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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DFast.pm1 package CGI::Fast;
22 $CGI::Fast::VERSION='1.08';
77 CGI::Fast - CGI Interface for Fast CGI
81 use CGI::Fast qw(:standard);
83 while (new CGI::Fast) {
85 print start_html("Fast CGI Rocks");
87 h1("Fast CGI Rocks"),
96 CGI::Fast is a subclass of the CGI object created by CGI.pm. It is
105 In order to use CGI::Fast yo
[all...]

Completed in 23 milliseconds