Help for this page

Select Code to Download


  1. or download this
    $sTest = uc($sTest);
    if (uc($sLine) eq "REM $sTest" || Left(uc($sLine), 5 + length($sTest))
    + eq "REM $sTest ") {
    
  2. or download this
    if ($sLine =~ m/rem $sTest€/i) {