Help for this page

Select Code to Download


  1. or download this
    C[CCNNNNNNNNNNN]
    C= Char
    N= Number
    
  2. or download this
    @list = $line =~ m{ ( [A-Z]{2}\d{11} ) }gx;
    
  3. or download this
    @list = $line =~ m{ ( [A-Z]{1}\[[A-Z]{2}\]\d{11} ) }gx;