in reply to Re^3: sv_upgrade error
in thread sv_upgrade error
And I'm getting somewhere, now I'm seeing a new error:$ perl -MText::CSV -e 'print "$Text::CSV::VERSION\n"' 1.06 $ eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib) $ perl -MText::CSV -e 'print "$Text::CSV::VERSION\n"' 1.20
however I believe I called column_names:EHR - getline_hr () called before column_names () at myscript.pl line + 676
# declare column names for getline_hr $csv->column_names($csv->getline($csv_fh)); # Build Array of HashRefs my @buttons; while (my $row = $csv->getline_hr($csv_fh)) { push(@buttons, $row) unless ($. == 1); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: sv_upgrade error
by wrinkles (Pilgrim) on Nov 14, 2010 at 06:43 UTC | |
by wrinkles (Pilgrim) on Nov 14, 2010 at 06:46 UTC | |
Re^5: sv_upgrade error
by ikegami (Patriarch) on Nov 14, 2010 at 07:39 UTC | |
Re^5: sv_upgrade error
by Tux (Canon) on Nov 23, 2010 at 01:01 UTC |