Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Search an array ref of array refs

by Fastolfe (Vicar)
on Nov 01, 2001 at 07:08 UTC ( [id://122489]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@{$table}) {
       print "columns: ", join(", ", @{$row}), "\n";
    }
    
  2. or download this
    my %search_cache;
    sub search_for {
    ...
    
       return $search_cache{$value} = undef;  # cache failure
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-18 05:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found