Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: update a file

by RayRay459 (Pilgrim)
on Sep 26, 2001 at 20:19 UTC ( [id://114852]=note: print w/replies, xml ) Need Help??


in reply to update a file

jalebie
You're not printing anything out to your filehandle. what are you actually trying to print out? Also, to append to a file you have to use the >> in your open statement ...like
open(OUT,">>filename") or die "$!";
and when you want to print to that filehandle, use
print OUT $stuff;
Good luck.
Ray

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-18 01:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found