<form action="formpost.cgi?m=hello" method="post"> <textarea name="big"></textarea> <input type="hidden" name="large" value=1> <input type="hidden" name="transmit" value=1> <input type="submit" value="1"> </form>
Any ideas?#!/usr/bin/perl use CGI; $form = new CGI; print "Content-type: text/html\n\n"; print $form->param("big"); print $form->param("m");
In reply to Problems with CGI.pm by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |