Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
There's more than one way to do things
 
PerlMonks  

Re: I need to append to text file

by Grygonos (Chaplain)
on Jan 18, 2005 at 12:38 UTC ( [id://423107]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to I need to append to text file

Sounds like you really want to merge two files..based on your copy text1 + text2 example

open(TEXT1,">>text1.txt") or die "$!"; open(TEXT2,"<text2.txt") or die "$!"; while(<TEXT2>) { print TEXT1 $_; } close(TEXT2); close(TEXT1);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://423107]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.