5/23/2011, "Gang Cheng" <chenggan...@gmail.com> вы писали:

>hi,
>
>  I instaled my perl under the e:\r_software\perl.
> I wrote a hello world programme as below
>
>#! /usr/bin/perl
>print “Hello,word!\n”;
>
>and save it under e:\ as perl.p1
>
>but when I run it with the window commend line as
>
>
>E:\ perl hello.p1         it told me that Can't open perl script "
>hello.p1"  No such file or directory!!
>
>how can I solve it  thank you!!!

Maybe hello.pl, not hello.p1?

'pl' (abbreviated from 'Perl') is the common extension of perl
scripts.

--
Regards,
Alex

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to