Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: Read CSV with column mapping

by huck (Prior)
on Dec 16, 2018 at 06:15 UTC ( [id://1227312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($colref->[0] =~ /^#/) { next; }
    
  2. or download this
     
    my $anynonblank=0; 
    for my $item (@$colref){ 
      unless  ($item =~ /^\s+$/) { $anynonblank=1; last; } 
    } 
    unless ($anynonblank) { next; }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found