Help for this page

Select Code to Download


  1. or download this
    $test->execute(
     { 
    ...
       die "The devil is in $test->name()! I can't live with that!"
         if $test->IsDevilPresent(); 
     } );
    
  2. or download this
    $test->execute(
     { 
    ...
    
    #In the package, you must supply $self as an arg:
    return &$coderef( $self );