Re: problems hashing

2011-01-08 Thread Rob Dixon
On 08/01/2011 04:26, Chris Stinemetz wrote: From: Brandon McCaig [mailto:bamcc...@gmail.com] On Fri, Jan 7, 2011 at 10:51 PM, Chris Stinemetz wrote: #!/usr/bin/perl use warnings; use strict; my $data = (<>); #Market configurations has for cells my %marketInfo = ( "STL" => { "start" =>

RE: problems hashing

2011-01-08 Thread Chris Stinemetz
Thanks Jim, I would like to create a new file with new column name "Market" with the value "ICT, "MCI", "STL" from the hash where index "32" meets the condition. Leaving the original file unaltered. Thank you, From: Jim Gibson [jimsgib...@gmail.com] Sen