Help for this page
... 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!";