Searched defs:ReadParse (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm255 ':cgi-lib' => [qw/ReadParse PrintHeader HtmlTop HtmlBot SplitParam Vars/],
1148 'ReadParse' => <<'END_OF_FUNC',
1149 sub ReadParse { subroutine
7913 compatibility routine "ReadParse" is provided. Porting is simple:
7918 &ReadParse;
7924 CGI::ReadParse();
7927 CGI.pm's ReadParse() routine creates a tied variable named %in,
7929 ReadParse, you can also provide your own variable. Infrequently
7930 used features of ReadParse, such as the creation of @in and $in
7933 Once you use ReadParse, yo
[all...]

Completed in 38 milliseconds