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!!!

Reply via email to