Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    
    ...
       last if ($times == 12);
    }
    print " done!\n";
    
  2. or download this
    #!perl -w
    
    ...
       last if ($times == 12);
    }
    print " done!\n";