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


in reply to Re^3: Parsing and modifying CSV files
in thread Parsing and modifying CSV files

If you substitute $sz with 0 the expression becomes $data[$fno[0]] and because $fno[0] = 9 this equates to $data[9] If the expression $stock{$ky}[0] eq '0' is true then $data[9] = '' else $data[9] = '0'
poj