Help for this page

Select Code to Download


  1. or download this
    print("norm: ");
    for (my $i; $i ? $i<2 : 'a'=~/./g; ++$i) {
    ...
       next;
    }
    print("\n");
    
  2. or download this
    norm: [a][a]
    next: [a][]