http://qs1969.pair.com?node_id=30172


in reply to Re: outputting fun
in thread outputting fun

how about eliminating 8 of them:
#!/usr/bin/perl -l print join $/, map { sprintf "%-6.6s%7s", join("", @$_), join("", reverse @$_) } map { [ 'A' .. $_ ] } reverse 'A'..'G';