Help for this page

Select Code to Download


  1. or download this
    sub method_a {
       ...
    ...
       open(...) or die "Third ...";
    }
    
  2. or download this
    if ( $caller eq '_method_c') {
        return 0;
    }
    return 1;
    }