Help for this page

Select Code to Download


  1. or download this
    return 0 if ( () = $line =~ /\Q$base/g ) >= $limit;
    
  2. or download this
    return 0 if ( $line =~ s/\Q$base//g ) >= $limit;