Help for this page

Select Code to Download


  1. or download this
        if ($variable =~ /v\d{2}|\d{2}/) {
              print "$variable";
           } else {
              print "it is not in the proper form";
           }