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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm71 # 1) use CGI qw(-nph)
72 # 2) CGI::nph(1)
73 # 3) print header(-nph=>1)
931 $NPH++, next if /^[:-]nph$/;
1473 -nph => 0,
1547 my($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) =
1554 for my $header ($type,$status,$cookie,$target,$expires,$nph,$charset,$attachment,$p3p,@other) {
1570 $nph ||= $NPH;
1593 push(@header,$protocol . ' ' . ($status || '200 OK')) if $nph;
1594 push(@header,"Server: " . &server_software()) if $nph;
3435 sub nph { subroutine
[all...]

Completed in 19 milliseconds