Help for this page

Select Code to Download


  1. or download this
    perl -e'BEGIN { local $@; print "a"; die "b"; print "c"; } print "d";'
    
  2. or download this
    b at -e line 1.
    BEGIN failed--compilation aborted at -e line 1.