in reply to Question about tables

Yes, it's all there, even on your system. Just look where CGI.pm resides. That file contains docs and source.

Jeroen
"We are not alone"(FZ)

Replies are listed 'Best First'.
Re: Re: Question about tables
by jmb1911 (Initiate) on Apr 04, 2001 at 19:19 UTC
    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?

      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")