lustyx has asked for the wisdom of the Perl Monks concerning the following question:
Everytime I try I get: Can't open:No such file or directory I've tried both 5.6 and 5.8. Any help would be great. Thanks, Justinmy $strPath = "C:\\server\\htdocs\\DEVELOPMENT\\testing\\" . "一 +棵高树" . "\\test\\test.ssi"; open DATFILE, '+<' . $strPath or die("Can't open":" . $!); my $strHeaderLine = <DATFILE>; print $strHeaderLine; close DATFILE;
|
|---|