Help for this page

Select Code to Download


  1. or download this
    return something() or croak "something didn't work";
    
  2. or download this
    return something() || croak "something didn't work";