Help for this page

Select Code to Download


  1. or download this
      use strict;
      use warnings;
    ...
    {
      print "I'm dying!\n";
    }
    
  2. or download this
    Time to exit outa here...
    I'm dying!
    THE END!