Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl/bin/perl
    use strict;
    ...
          if ($cnt > 10) { exit 0 }
       }
    }
    
  2. or download this
       use EV;
       use AnyEvent;
    ...
       });
    
       EV::loop;