Help for this page

Select Code to Download


  1. or download this
    $sub = sub { exec "perl $0" };
    $SIG{INT} = $sub;
    ...
        print ++$counter, "\n";
        sleep 1;
    }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        }
        }