in reply to RE: Re: Where can I find a complete reference for CGI.pm?
in thread Where can I find a complete reference for CGI.pm?
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,
KM
|
|---|