Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Output

by chromatic (Archbishop)
on May 10, 2000 at 00:20 UTC ( [id://10817]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (@lines) {
        $output .= "<TR>";
        for ( 1 .. 3 ) {
    ...
        }
        $output .= "</TR>";
    }
    
  2. or download this
    my $fill = scalar @lines % 3;
    while ($fill-- > 0) {
        push @lines, " ";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 17:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found