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


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

Can you explain $data[$fno$sz] = ( $stock{$ky}$sz eq '0' ) ? '' : '0' ; ?

Is it setting the value of the array to 0 or ''? I don't understand the brackets around $sz.