Help for this page

Select Code to Download


  1. or download this
    if ( ($CardNo, $MMDD, $Type, ... ) = m{^...} ) {
      # do stuff
    } else {
      warn "unable to parse this line: $_";
    }