himanshu.padmanabhi has asked for the wisdom of the Perl Monks concerning the following question:
Can anyone guide me how to achieve the above ?push (@row_list,$st->{'enabled'} ? "$text{'yes'} <form name=f1 action= +\"file1_on.cgi?idx=$d->{'device'}\" method=post > <input type =Submit + value=Disable width=10% ></form>": $text{'no'} . "  <form name=f +2 action=\"file2_off.cgi?idx=$d->{'device'}\" method=post > <input ty +pe =Submit value=Enable ></form>");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: yes/no + button together in a single line
by dreadpiratepeter (Priest) on May 05, 2009 at 15:06 UTC | |
|
Re: yes/no + button together in a single line
by Your Mother (Archbishop) on May 05, 2009 at 16:46 UTC |