Forum: Perl/ CGI
02-27-2005, 05:23 AM
|
|
Replies: 3
Views: 1,379
Same problem
I have the same problem as J-dogg,
when I type $string2 the value of the $string2 (in my case $string2 = 27) is not taken, instead it tries to search for "$string2" (not 27) in the $string1 string....
|