in reply to Re: Using hash values as CGI query types
in thread Using hash values as CGI query types

In the CGI.pm doc, check under section "SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS" $query->start_td works fine, though you are right that using a bare start_td won't, requiring you to mention the need in the use, ala
use CGI qw( :standard *td );

Replies are listed 'Best First'.
Re^3: Using hash values as CGI query types
by davis (Vicar) on Jan 28, 2005 at 12:19 UTC
    Didn't know that. Well, you learn something new every time you remember something you didn't know before :)

    davis
    It wasn't easy to juggle a pregnant wife and a troubled child, but somehow I managed to fit in eight hours of TV a day.