View Single Post
Old 2004-06-13, 05:27 PM   #26
swedguy
Vagabond
 
swedguy's Avatar
 
Join Date: Aug 2003
Posts: 2,374
Send a message via ICQ to swedguy
I just went through the Perl 5.8 Changelog (I tried the script on 5.6) and nothing interesting in there. Thought they might've changed something.

If you just try this little script

PHP Code:
#!/usr/bin/perl

$var 'hello';
print 
$var
Does it work?
swedguy is offline   Reply With Quote