Help for this page

Select Code to Download


  1. or download this
    if ($options(C) && grep /line/,@array)
    {
    print $line;
    }
    
  2. or download this
    if ($options(C) && grep /line/,@array)
    {
    ...
    print $line;
    }