Help for this page

Select Code to Download


  1. or download this
    someFunction() or exit(1);
    
  2. or download this
    my $ret = someFunction();
    if( $ret ){
      do_your_thing();
      maybe_return_here();
    }