Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Puzzling Hash of Arrays problem

by athomason (Curate)
on Apr 21, 2001 at 03:10 UTC ( [id://74364]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $HoH_engine{$router}{$engine} = 1;
  2. or download this
    if (grep(/$engine/,@{$HoL_engine{$router}}) != 1){
               push @{$HoL_engine{$router}}, $engine;
           }
    
  3. or download this
    use strict;
    use warnings;
    
    ...
    foreach my $key (sort keys %engine) {
      print "$key - Engine $engine{$key}\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 05:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found