Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: A short, "iffy" rant

by dragonchild (Archbishop)
on Oct 12, 2004 at 19:09 UTC ( [id://398658]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($self->hungry()) {
        $self->go_eat();
    ...
    }
    
    ....
    
  2. or download this
    my @dispatch = (
        [ sub { $_[0]->is_hungry }, sub { $_[0]->go_eat } ],
    ...
        $choice->[1]->( $self );
        last;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found