Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

line ending problem Text::CSV alternative Text::ParseWords?

by GertMT (Hermit)
on Oct 06, 2009 at 11:11 UTC ( [id://799438]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eol => '\012'
    eol => '\015'
    eol => '\l'
    eol => '\r'
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    while ( my $row = $csv_in->getline($fh_in) ) {
        $csv_out->print( $fh_out, [ @$row[ 2, 3, 0, 4 ], ] );
    }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $number = $fields[5];
    }
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-19 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found