Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Multiple file input into a perl script

by kelder (Novice)
on Sep 30, 2008 at 18:36 UTC ( [id://714601]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    -bash: /usr/bin/perl: Argument list too long
    
  2. or download this
    @ARGV=glob my $pattern;
    my @files=@ARGV;
    ...
    if (eof(ARGV)) {
        Do end of file cleanup
    }
    
  3. or download this
    file1
    file2
    ....
    file10
    file11
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-18 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found