Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: output from cgi

by Chrisf (Friar)
on Jan 08, 2002 at 18:20 UTC ( [id://137130]=note: print w/replies, xml ) Need Help??


in reply to output from cgi

Or if you just want to append the data to an existing file use >>
open (DAT, ">>yourData"); # note the >> print DAT $foo; close DAT;

Update: Chris function not no caffeine well.. (ie remember to check the open call as mrbbking said)

Also take a look at This

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-19 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found