Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        sleep 3;
        print "Still here... (type ^C when finished)\n";
    }
    
  2. or download this
    
    use strict;
    ...
        sleep 3;
        print "Still here... (type ^C when finished)\n";
    }