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

Re: Cannot work on second file after reading first file.

by McA (Priest)
on Feb 28, 2014 at 19:34 UTC ( [id://1076607]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $csv ->getline ($fh);
    
  2. or download this
      my $header = $csv ->getline ($fh);
      print Dumper(\$header), "\n";
    
  3. or download this
    $VAR1 = \[
                '# de tienda',
    ...
                'ff',
                'location27'
              ];
    
  4. or download this
      open ($po_data, '<', $edi_file) or die "Could not open the file '$ed
    +i_file' $!\n";
      undef $/;
      @po_array = split (/\~/, <$po_data>);
    
  5. or download this
    local $/ = undef;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found