in reply to Using hash values as CGI query types
And what you're asking is how to do the below, which works, in one step:
Its too early in the morning here, I can't see the better way to do this.my $sub_is = $input_html{$key}; start_td $query->$sub_is(-name=>'$key');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using hash values as CGI query types
by Nevtlathiel (Friar) on Jan 28, 2005 at 12:14 UTC |