Help for this page

Select Code to Download


  1. or download this
    if ($TEMP1 =~ /(A-[0-9]+-[0-9]+)/) {
    
  2. or download this
    $DIR=".";
    opendir CONCEPT, $DIR || die "no such dir";
    ...
                { print $1; }
        }
    }