in reply to Re: Question about tables
in thread Question about tables

Thanks for your help, but I had already looked in CGI.pm (versions 2.56 & 2.752) & did not find anything like "method table(..." or anything that looked like it. Am I missing something?

Replies are listed 'Best First'.
(tye)Re: Question about tables
by tye (Sage) on Apr 04, 2001 at 20:38 UTC

    Most of CGI.pm's methods are built on-the-fly. There should be some boilerplate code that is used to build the methods. But, having looked at CGI source (which someone described as "like snorting helium"), I assert that it is often not a great route to understanding (and I'm a big proponent of reading the source code so I encourage you to plow forward but more as a way to learn some strange things about Perl rather than as a way of understanding how to use CGI.pm).

    I suggest you post the Perl code you are using and exactly what you don't like about the HTML it produces (probably including an example of exactly what you wanted).

            - tye (but my friends call me "Tye")