![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
RE: RE: Re: Where can I find a complete reference for CGI.pm?by KM (Priest) |
on May 24, 2000 at 00:08 UTC ( #14440=note: print w/replies, xml ) | Need Help?? |
When you are making a table, what do you use except for TD and TR? These methods (they are not objects) can take whatever params you want to give them, like: print td({-align=>'CENTER', -colspan=>2}, $data); Read the POD again, and experiment. You can nest the methods to create the HTML you want. If you want to see how they function, read the source code. I don't know what you are referring to for 'scope', since they are methods you import (or access via a CGI object).
Cheers,
In Section
Seekers of Perl Wisdom
|
|