in reply to Re^3: Problem when - use strict and -w
in thread Problem when - use strict and -w
How should I structure this using $csv->print. Probably just a small hint/example will open my eyes (again).while ( my $row = $csv_in->getline($fh_in) ) { # doing stuff with the columns print "Olah:","\t", $number++, $row->[2]... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Problem when - use strict and -w
by ikegami (Patriarch) on Jul 15, 2009 at 13:59 UTC | |
|
Re^5: Problem when - use strict and -w
by Anonymous Monk on Jul 15, 2009 at 10:43 UTC | |
by GertMT (Hermit) on Jul 15, 2009 at 12:04 UTC |