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

Re: Combine files with same extension in new file

by hippo (Bishop)
on Oct 01, 2015 at 08:53 UTC ( [id://1143494]=note: print w/replies, xml ) Need Help??


in reply to Combine files with same extension in new file

Some general tips:

  1. use strict
  2. use warnings
  3. run in taint mode (with -T) since you'll be writing to the filesystem.

Other than that: design an algorithm first, then code it up. Have fun.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-03-29 08:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found