Help for this page

Select Code to Download


  1. or download this
    my $result = $object->do_something;
    if (not $result) {
       warn $object->last_error;
    }