Help for this page

Select Code to Download


  1. or download this
    sub do_lots_and_log {
        ...
    ...
    failed:
        log("boo!");
    }
    
  2. or download this
    sub do_lots_and_log {
        if( do_lots(...) ) {
    ...
        ...
        return 1;
    }