- or download this
$csv ->getline ($fh);
- or download this
my $header = $csv ->getline ($fh);
print Dumper(\$header), "\n";
- or download this
$VAR1 = \[
'# de tienda',
...
'ff',
'location27'
];
- 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>);
- or download this
local $/ = undef;