in reply to Ignoring values in a hash slice assignment
and thenmy @fields = ( 'FIRSTNAME', 'LASTNAME', 'PHONE', 'FAX', 'CITY', 'STATE', );
UPDATE: thx to converter for pointing out my goof-up@record{@fields} = (split(/\t/, $_))[0,1,2,6,8,9];
| grep> grep clue /home/users/* |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Ignoring values in a hash slice assignment
by impossiblerobot (Deacon) on Feb 28, 2002 at 22:06 UTC | |
by grep (Monsignor) on Feb 28, 2002 at 22:17 UTC |