Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: line ending problem Text::CSV alternative Text::ParseWords?

by ELISHEVA (Prior)
on Oct 06, 2009 at 11:56 UTC ( [id://799455]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ( my $row = $csv_in->getline($fh_in) ) {
        # print out each line you visit during the while loop
    ...
    
        $csv_out->print( $fh_out, [ @$row[ 2, 3, 0, 4 ], ] );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 01:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found