Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: A little (formatted) vanity

by briac (Sexton)
on Oct 02, 2001 at 03:59 UTC ( [id://116026]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://116026]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-19 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found