Help for this page

Select Code to Download


  1. or download this
    if ($Session->{'usrType'} eq 'Pro') and ($Session->{'usrSystem'}=~/SEF
    +/VAL/SUM/SAR/MRT/ALB/MRE/VER/RML/AUS/ORG/MSX/BAR/LAS/)){$Response->wr
    +ite('found a match!'}
    
  2. or download this
    if (($Session->{'usrType'} eq 'Pro') and ($Session->{'usrSystem'}=~/SE
    +F|VAL|SUM|SAR|MRT|ALB|MRE|VER|RML|AUS|ORG|MSX|BAR|LAS/);
            {
            $Response->Write("found a match");
            }