[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Macperl and form input?



At 14.09 1998.03.19, Russ Lidbury wrote:
>The reade parse code I have used on non MacPerl Perl scripts doesn't
>work with MacPerl.  Is there and archive of tried and true parsing
>subroutines that work for MacPerl?

Do you mean CGI parsing code?  Sure it works with MacPerl.  But look at the
CGI module.

#!perl -w
use CGI;
$x = new CGI;

or:

use CGI ':cgi-lib';
ReadParse();
print $in{param1};


etc.

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey=('B76E72AD',[1024,'0824 090B CE73 CA10  1FF7 7F13 8180 B6B6'])
#==               New Book:  MacPerl: Power and Ease               ==#
#==    Publishing Date: Early 1998. http://www.ptf.com/macperl/    ==#



***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch