On Sun, Mar 9, 2008 at 12:27 AM,  <[EMAIL PROTECTED]> wrote:
> Hi,
>  Why do I get error foprint "hello world";r this :-
>
>  print "hello world";
>
>  Thanks

Without the full code, it's hard to what is going wrong.
Having the error message would also help.
When I run this command:
$ perl -e 'print "hello world\n";'
I get this output:
hello world
So the code does not produce an error.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to