Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        die "$num\n" unless $str eq '123';
        print "$num\n" unless $num ++ % 1000;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        $sock-> close;
        select( undef, undef, undef, 0.01 )
    }