AlexTape has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks
I want to generate a dynamic button with cgi.pm
$var_Typ = "variable"; $q->button(-id=>"$var_Typ-parm-toggle", -value=>'show/hide', -onClick=>"toggle_visibility('$var_Typ');", -name=>"show table"),
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: double qoute inverted comma problem
by Your Mother (Archbishop) on Aug 03, 2011 at 15:29 UTC |