Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
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 romping around the Monastery: (6)
As of 2024-09-19 15:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (25 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.