Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^6: Cutting text from the end of the file and adding it to the top

by oysterperl (Novice)
on Oct 01, 2019 at 05:26 UTC ( [id://11106894]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        a,       b,    c,   d,
    aa,     12,     33,     102,
    ...
    aa,     88, 90, 212,
    bb,     500, 999, 9999
    
  2. or download this
    
    for my $record (@index){
        print DATA join(",\t", $record, @values[(scalar(@headings) * $row)
    + .. (
    +(scalar(@headings) * $row) + $#headings -1)]),"\n";
        $row++;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106894]
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: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found