Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Read from temp file

by moritz (Cardinal)
on Sep 03, 2008 at 20:41 UTC ( [id://708851]=note: print w/replies, xml ) Need Help??


in reply to Read from temp file

$fh is a handle to a new file, which is empty and thus not really interesting to read, which is why $fh is opened for writing only. If you want to read from it, use open to explicitly for reading.

Replies are listed 'Best First'.
Re^2: Read from temp file
by Thelonius (Priest) on Sep 03, 2008 at 21:45 UTC
    which is why $fh is opened for writing only
    The filehandle is opened read-write.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-25 21:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found