Hi,
I wish to open a file datafile.txt which is stored in the same location as the perl script, so how do I write it down?

open (FILE,'<'," ") || die "no such files $!\n";

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