Jose Luis Martinez wrote at Sun, 23 Mar 2003 15:04:42 -0800:

> This is the code that I am trying to run
> 
> #!/usr/bin/perl
> 
> my $a="Hello World";
> 
> print $a;

Runs fine for me,
allthough I wouldn't use $a as a variable.
(It's already a global variable used e.g. in sortings,
 see perldoc perlvar for details)


Greetings,
Janek

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to