Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: appending to a file

by lomSpace (Scribe)
on Mar 19, 2009 at 21:56 UTC ( [id://751887]=note: print w/replies, xml ) Need Help??


in reply to Re^3: appending to a file
in thread appending to a file

I want to append the three files to my $out file.
I only need each file appended once. The loop is appending each file
four times. Any ideas?

Replies are listed 'Best First'.
Re^5: appending to a file
by Nkuvu (Priest) on Mar 19, 2009 at 22:09 UTC

    Without a fair bit of rewriting your original code, you can add a last; after the final call to close() -- this will exit the for my $f(@files) loop.

    This isn't the way I'd write the script, personally, but I don't know enough about your file structure to revise it accurately. I'd probably use File::Find to make this a bit simpler.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-03-19 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found