Help for this page

Select Code to Download


  1. or download this
    AAA.1, AAA.2,
    AAA.3,
    AAA.4, AAA.5
    
  2. or download this
    my @list;
    while (<INFILE>) {
      m/(AAA.\d)/;
      push @list, $1;
    }