Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Creating a file in temp folder

by twotone (Beadle)
on Apr 14, 2011 at 01:41 UTC ( [id://899318]=note: print w/replies, xml ) Need Help??


in reply to Creating a file in temp folder

When I run into a problem with code that writes to a file, I like to test it writing into the same directory the perl is being run from to make sure it's not a file path issue. i.e.:

open($CONFLICTS, '+>', "data.txt") or die $!; print $CONFLICTS "@data";

Then it's easy to check in the same folder your perl code resides to see if it wrote the file.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://899318]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-16 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found