©Mike Moxcey 1999

ReadParse Subroutine

Data through CGI comes in as NAME=VALUE pairs. ReadParse separates the values and returns them in an easy-to-use array.
  1. require "cgi-lib.pl";
  2. &ReadParse (*input);


home next