Help for this page

Select Code to Download


  1. or download this
    sleep 1 while 1;
    
    END { print "Goodbye\n"}
    
  2. or download this
    die "I'm dead!\n";
    
    END { print "Goodbye\n"}