Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    END {
      say 'Not done yet';
    }
    
  2. or download this
    $ perl 1140667.pl
    Exiting
    Not done yet
    $