Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
        select(undef,undef,undef,1.5);
        $x--;
        }
    
  2. or download this
    #!perl -w
    use strict;
    ...
        select(undef,undef,undef,1.5);
        $x--;
        }