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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DApache.pm1 package CGI::Apache;
2 use CGI;
11 CGI::Apache - Backward compatibility module for CGI.pm
H A DSwitch.pm1 package CGI::Switch;
2 use CGI;
12 CGI::Switch - Backward compatibility module for defunct CGI::Switch
H A DFast.pm1 package CGI::Fast;
22 $CGI::Fast::VERSION='1.08';
24 use CGI;
31 @ISA = ('CGI');
68 CGI->_reset_globals;
69 $self->_setup_symbols(@CGI::SAVED_SYMBOLS) if @CGI::SAVED_SYMBOLS;
70 return $CGI::Q = $self->SUPER::new($initializer, @param);
77 CGI::Fast - CGI Interfac
[all...]
H A DPush.pm1 package CGI::Push;
17 # http://stein.cshl.org/WWW/software/CGI/
19 $CGI::Push::VERSION='1.05';
20 use CGI;
21 use CGI::Util 'rearrange';
22 @ISA = ('CGI');
24 $CGI::DefaultClass = 'CGI::Push';
25 $CGI::Push::AutoloadClass = 'CGI';
[all...]
H A DPretty.pm1 package CGI::Pretty;
11 use CGI ();
13 $CGI::Pretty::VERSION = '3.46';
14 $CGI::DefaultClass = __PACKAGE__;
15 $CGI::Pretty::AutoloadClass = 'CGI';
16 @CGI::Pretty::ISA = qw( CGI );
23 return if !$CGI::Pretty::LINEBREAK || !$CGI
[all...]
H A DCookie.pm1 package CGI::Cookie;
21 use CGI::Util qw(rearrange unescape escape);
26 $PERLEX++ if defined($ENV{'GATEWAY_INTERFACE'}) && $ENV{'GATEWAY_INTERFACE'} =~ /^CGI-PerlEx/;
181 require CGI;
182 print CGI::header(-cookie => $self);
220 $self->{'expires'} = CGI::Util::expires($expires,'cookie') if defined $expires;
226 $self->{'max-age'} = CGI::Util::expire_calc($max_age)-time() if defined $max_age;
247 CGI::Cookie - Interface to HTTP Cookies
251 use CGI qw/:standard/;
252 use CGI
[all...]
H A DUtil.pm1 package CGI::Util;
80 push @$result, make_attributes( $leftover, defined $CGI::Q ? $CGI::Q->{escape} : 1 )
210 shift() if @_ > 0 and (ref($_[0]) || (defined $_[1] && $_[0] eq $CGI::DefaultClass));
241 # This worked if they actually represented binary data (i.e. in CGI::Compress).
277 shift() if @_ > 1 and ( ref($_[0]) || (defined $_[1] && $_[0] eq $CGI::DefaultClass));
367 CGI::Util - Internal utilities used by CGI module
385 bug reports, please provide the version of CGI.pm, the version of
393 L<CGI>
[all...]
H A DCarp.pm1 package CGI::Carp;
5 B<CGI::Carp> - CGI routines for writing to the HTTPD (or other) error log
9 use CGI::Carp;
17 use CGI::Carp qw(cluck);
20 use CGI::Carp qw(fatalsToBrowser);
25 CGI scripts have a nasty habit of leaving warning messages in the error
34 use CGI::Carp
58 use CGI::Carp qw(carpout);
62 called in a C<BEGIN> block at the top of the CGI applicatio
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1 package CGI; package
19 # http://search.cpan.org/dist/CGI.pm
22 $CGI::revision = '$Id: CGI.pm,v 1.266 2009/07/30 16:32:34 lstein Exp $';
23 $CGI::VERSION='3.52';
28 use CGI::Util qw(rearrange rearrange_header make_attributes unescape escape expires ebcdic2ascii ascii2ebcdic);
65 # 1) use CGI '-nosticky';
66 # 2) $CGI::NOSTICKY = 1;
71 # 1) use CGI qw(-nph)
72 # 2) CGI
4299 package CGI; package
[all...]

Completed in 113 milliseconds