Help for this page

Select Code to Download


  1. or download this
    # pseudocode
    
    ...
     lob Error::Return foreach (0..2);
     return "Advantage Caller";
    }
    
  2. or download this
    # pseudocode
    
    ...
      try { dir_reader(@_) } 
     catch{ die "Couldn't open file $_"}
    }