Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I am trying to create a data.txt in C:\temp with the below code,however I dont see the file getting created,any idea what might be wrong?
open($CONFLICTS, '+>', "C:\\TEMP\\data.txt") or die $!; print $CONFLICTS "@data";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating a file in temp folder
by ikegami (Patriarch) on Apr 13, 2011 at 19:10 UTC | |
|
Re: Creating a file in temp folder
by wind (Priest) on Apr 13, 2011 at 18:50 UTC | |
|
Re: Creating a file in temp folder
by eff_i_g (Curate) on Apr 13, 2011 at 20:03 UTC | |
|
Re: Creating a file in temp folder
by mikeraz (Friar) on Apr 13, 2011 at 18:41 UTC | |
|
Re: Creating a file in temp folder
by fidesachates (Monk) on Apr 13, 2011 at 20:31 UTC | |
by mikeraz (Friar) on Apr 13, 2011 at 20:51 UTC | |
|
Re: Creating a file in temp folder
by twotone (Beadle) on Apr 14, 2011 at 01:41 UTC |