Help for this page

Select Code to Download


  1. or download this
    eval {
        funcThatPassesAFileHandleOrName( $arg );
    } or do_something();
    
  2. or download this
    eval {
        unless( funcThatPassesAFileHandleOrName( $arg ) ) {
            doSomething();
        }
    } or doSomething();