Help for this page

Select Code to Download


  1. or download this
     
    
    if ($count >= $desired) {
    ...
    print "$_\n\n" if $matched;
    
  2. or download this
    print "$_\n\n" if $matched;