Help for this page

Select Code to Download


  1. or download this
    $ perl -MTry::Tiny -e 'try {1/0};'
    $
    
  2. or download this
    $ perl -MTry::Tiny -E 'try {1/0};'
    syntax error at -e line 1, near "};"
    Execution of -e aborted due to compilation errors.
    $