Help for this page

Select Code to Download


  1. or download this
    my $i;
    my $format = "format STDOUT =\n"
    ...
    for $i (0..9) {
        write;
    }
    
  2. or download this
    my $i;
    
    ...
    for $i (0..9) {
        write;
    }
    
  3. or download this
    my $picture = '@||| @' . '<' x $longest . "@<<<<\n";
    for my $i (0..9) {
        formline($picture, $i, $results[$i]->[0], $results[$i]->[1]);
    }
    print $^A; # use English; print $ACCUMULATOR;