> my @col_names = split( /\t/, <> ) ;

> my %name2col ;
> @name2col{ @col_names } = 0 .. $#col_names ;



yes, i use the slice on the header line when making hashes even when
using Text::CSV_XS., which is also done with slicing

-- 
Bill
[EMAIL PROTECTED] [EMAIL PROTECTED]

_______________________________________________
Boston-pm mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to