Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      print "still here...\n";
      sleep 30;
    }
    
  2. or download this
    Terminating on signal SIGINT(2)
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub handleit {
      die "I caught it.";
    }