Help for this page

Select Code to Download


  1. or download this
    die "not a foo" unless $obj->isa('foo'); #the error I want
    
  2. or download this
    $obj->do_something($useful);