Help for this page

Select Code to Download


  1. or download this
    ...
    eval { $o->doSomething() };
    ...
    $@ and eval{ $o->doYetSomethingDifferent() };
    $@ and eval{ $o->${ ( $o->giveMeAListOfWhatYouCanDo() )[ 0 ] }() };
    $@ and die "Apparently $o doesn't know how to do any damn thing!";