Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Re: Re: Re: Re: grepping

by dws (Chancellor)
on Mar 26, 2001 at 03:58 UTC ( [id://67087]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ( <DATA2> ) {
        chomp;
        my %record;
        @record{qw(ID COMP TYPE DOC REF)} = split;
        pushd @data2, \%record;
    }
    
  2. or download this
    @ids = map { $_->{'ID'} } @data2;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://67087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found