diff options
| author | ivan <ivan> | 1998-11-09 05:23:55 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 1998-11-09 05:23:55 +0000 | 
| commit | ef142bc2988526f275ade645e3ea33d461f90cf5 (patch) | |
| tree | 78f039550c7ed23570d360d7ae44710cb822a643 /site_perl/CGI.pm | |
| parent | 56e72de1b164208a7de037c0acba3fd2552176cb (diff) | |
*** empty log message ***
Diffstat (limited to 'site_perl/CGI.pm')
| -rw-r--r-- | site_perl/CGI.pm | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/site_perl/CGI.pm b/site_perl/CGI.pm index f9fbdaebd..459c6fd49 100644 --- a/site_perl/CGI.pm +++ b/site_perl/CGI.pm @@ -83,6 +83,7 @@ sub idiot {    my($error)=@_;    my($cgi)=FS::UID::cgi;    if ( $cgi->isa('CGI::Base') ) { +    no strict 'subs';      CGI::Base::SendHeaders;    } else {      print $cgi->header; @@ -140,7 +141,10 @@ lose the background, eidiot ivan@sisd.com 98-sep-2  pod ivan@sisd.com 98-sep-12  $Log: CGI.pm,v $ -Revision 1.4  1998-11-09 04:55:42  ivan +Revision 1.5  1998-11-09 05:23:55  ivan +*** empty log message *** + +Revision 1.4  1998/11/09 04:55:42  ivan  support depriciated CGI::Base as well as CGI.pm (for now)  Revision 1.3  1998/11/08 10:50:19  ivan | 
