Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Printing to a file problem

by CubicSpline (Friar)
on Aug 22, 2002 at 16:01 UTC ( [id://192065]=note: print w/replies, xml ) Need Help??


in reply to Printing to a file problem

My guess is that you're actually not successfully opening your output file and you just aren't being careful enough to find out if that's the case. Try this:

open (OUT_FILE, ">$OUTPUT_PATH/$SUB_DIR/$NEW_FILE") or die "$!";

~CubicSpline
"No one tosses a Dwarf!"

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (None)
    As of 2024-04-25 00:55 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found