Help for this page

Select Code to Download


  1. or download this
    $f00li5h = f00li5h->new();
    $f00li5h->{moose};        # looks wrong because my objects never work 
    +that way
    ...
    $doom->{moose}            # wrong-o
    $doom->moose;             # *joy* this is the ticket
    $doom->set_moose( 21 );   # looks right to people who often use doom's
    + objects
    
  2. or download this
    $f00li5h->get_foo;
    $f00li5h->set_foo('new value');