|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^3: writing the finding result into a file.txtby clueless newbie (Friar) |
| on Mar 28, 2012 at 17:34 UTC ( #962233=note: print w/ replies, xml ) | Need Help?? |
|
I'm assuming you're on Windows. Perhaps you don't have a "C:\temp"? (Be careful to either use "C:/temp" note the use of double quotes and the forward slash or to use 'C:\temp' single quote and backslash. If you double quote and backslash you'll have to escape the backslash i.e. "c:\\temp". Also: add a my to the $dir as in
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||