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

Re: Complex file manipulation challenge

by atcroft (Abbot)
on Aug 13, 2019 at 19:20 UTC ( [id://11104413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        @set = (
                    [ 'file00.csv', 'file01.csv', 'file02.csv', ],
    ...
                    [ 'file08.csv', 'file09.csv', ],
                    [ 'file10.csv', 'file11.csv', ],
                )
    
  2. or download this
        # my $n              = 5;
        my @set;
    ...
            }
            $i++;
        }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            $z->close;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 12:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found