Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Need help with arrays and CSVs

by ww (Archbishop)
on Dec 26, 2007 at 21:02 UTC ( [id://659118]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    this is a field to start with,field2,field3
    #,*,field3 of line 2
    field1 of line3,and this is the second field of line3,field3 of line3
    
  2. or download this
    while (<FILE>) { 
        $csv->parse($_); 
        push(@printerstat, $csv->fields); 
    ...
            print "$field\n";
        }
    }
    
  3. or download this
    this is a field to start with
    field2
    field3
    ...
    field1 of line3
    and this is the second field of line3
    field3 of line3
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 13:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found