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

Re: How do I treat a string like a filehandle?

by davido (Cardinal)
on Oct 02, 2003 at 03:55 UTC ( [id://295808]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open( $fh, '>', \$variable) || die ....
    
  2. or download this
    open(MEMORY, '>', \$var)
        or die "Can't open memory file: $!\n";
    print MEMORY "foo!\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-25 10:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found