tronmason has asked for the wisdom of the Perl Monks concerning the following question:
PERL SNIPPET: (Shows the GET Options layout)</form><form action="http://XXX/XXX/XXX/add-hosttest.pl -s server -u u +sername -p password -v view -n name -a ip address" method="post"> <input type="submit" name="sub" value="Run this!"> </form>
</form><form action="http://XXX/XXX/XXX/add-hosttest.pl" method="post" +> <input type="submit" name="sub" value="Run this!"> </form>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: running a Perl script with options via HTML
by tangent (Parson) on Mar 21, 2014 at 19:45 UTC | |
by tronmason (Initiate) on Mar 24, 2014 at 18:06 UTC | |
|
Re: running a Perl script with options via HTML
by afoken (Chancellor) on Mar 21, 2014 at 18:12 UTC | |
|
Re: running a Perl script with options via HTML
by zentara (Cardinal) on Mar 21, 2014 at 17:21 UTC | |
by tronmason (Initiate) on Mar 21, 2014 at 17:46 UTC | |
|
Re: running a Perl script with options via HTML
by Anonymous Monk on Mar 21, 2014 at 14:22 UTC | |
by tronmason (Initiate) on Mar 21, 2014 at 17:10 UTC |