Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: lost in my data structure.

by ivancho (Hermit)
on Nov 15, 2005 at 04:14 UTC ( [id://508477]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            }
          }
        }
      }
    };
    
  2. or download this
    my @ports = (
                 {
    ...
                  ...
                 }
                );
    
  3. or download this
    my @open_ports = grep {$_->{state} eq "open"} @ports;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found