Help for this page

Select Code to Download


  1. or download this
    foreach my $ur (@strings_to_be_matched)
    {
    ...
    
    }
    
  2. or download this
    if (($ln =~ $reg5 and $ln=~ $reg4 and ($ln !~ $reg1 or $ln =~ $reg2)))
    {
    ...
    {
    <some code here...>
    }