Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re (tilly) 1: Hash Tutorial

by tilly (Archbishop)
on Jun 22, 2001 at 07:03 UTC ( [id://90616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $address{$person};
  2. or download this
    if (not $is_seen{$case}++) { # etc
  3. or download this
    sub my_function {
      my %opts = @_;
      # etc
    
  4. or download this
    my $name = $self->{name};
  5. or download this
    if (exists $handler{$case}) {
      $handler{$case}->(); # Handle the special case
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://90616]
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 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found