Help for this page

Select Code to Download


  1. or download this
    # $SIG{__DIE__} = sub { print "I died.\n"; exit 0 };
    
    BEGIN {
    ...
    print "Requiring something bogus.\n";
    require "bogus";
    print "Done requiring something bogus.\n";