|
|
| Don't ask to ask, just ask | |
| PerlMonks |
How can one create a folder B in D drive and save results in a text file inside B using perl script?by supriyoch_2008 (Scribe) |
| on Dec 10, 2012 at 04:39 UTC ( #1008035=perlquestion: print w/ replies, xml ) | Need Help?? |
|
supriyoch_2008 has asked for the
wisdom of the Perl Monks concerning the following question:
Hi PerlMonks, I am interested to create a folder B in D drive of computer and then save results in a text file (Result_File.txt) inside B folder using perl. For this I have written the following script p5.pl but the cmd has shown an error. I am at my wit's end to find a solution. I searched in perldoc but couldn't find the code applicable in my case. I can't make out what the technical term perlIO layer really means in the error message in cmd. May I request PerlMonks to provide suggestions in this matter? Here goes the script p5.pl:
Here goes the error message in cmd screen:
Back to
Seekers of Perl Wisdom
|
|