Help for this page

Select Code to Download


  1. or download this
      for my $oval( @categories ) {
        my $eval = shift @categories;
        printf ("%15s %15s\n", $oval, $eval );
      }