Help for this page

Select Code to Download


  1. or download this
    $a = 'A000001';
    
    ...
        print "$a\n";
        $a++;
    }
    
  2. or download this
    $a = 'A000000';
    while (1) { print $a++,"\n"; }