http://qs321.pair.com?node_id=494747


in reply to Parsing and modifying CSV files

I'm new to perl...

So you should start by adding ues strict and especially use warnings, and fix the errors they display.

Replies are listed 'Best First'.
Re^2: Parsing and modifying CSV files
by ch1 (Novice) on Sep 25, 2005 at 07:34 UTC
    Your right... I need to get into the habit of using "strict and warnings".
    Thanks.