Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Creating a table using cgi.pm - a unique problem

by Zed_Lopez (Chaplain)
on Oct 28, 2005 at 23:00 UTC ( [id://503800]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # corrected original
    my ($value1, $value2, $value3) = (1..3);
    ...
            ]),
        );
    
  2. or download this
    my @names = (qw(name1 name2 name3));
    
    ...
    }
    
    print $cgi->Tr({ -align=>'LEFT', -valign=>'TOP'}, row(\@names, \%cells
    +));
    

Log In?
Username:
Password:

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

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

    No recent polls found