SPUG: Re: CGI::Form errors?

Richard Anderson richard at richard-anderson.org
Sat Jul 20 12:10:41 CDT 2002


These look like harmless warnings - it is unlikely that CGI::Base or
CGI::BasePlus are trying to override core Perl functions like close or read.
(Check the modules for methods named close or read.)  If you want to shut
off the warnings try the use warnings pragma (newer versions of Perl) or set
the $^W variable.

Sorry to ask the obvious, but if you aren't call the module, why are you
loading it?

Cheers,
Richard
richard at richard-anderson.org
www.richard-anderson.org
www.raycosoft.com
----- Original Message -----
From: "Douglas Kirkland" <douglas at slugstone.net>
To: <spug-list at pm.org>
Sent: Saturday, July 20, 2002 5:10 AM
Subject: SPUG: CGI::Form errors?


> I get the following errors on my web script when I set to use the perl
module
> CGI::Form.  I have checked to make sure that the perl modules CGI,
CGI::Form,
> CGI::Base and CGI::BasePlus are current.  I do not make any calls to the
> module just loading the module give the error.  Is this a know problem
with
> CGI::Form or did I miss something?
>
>
> Thanks,
>
> Douglas
>
>
>
>
> [Fri Jul 19 14:37:33 2002] Base.pm: Ambiguous call resolved as
CORE::close(),
> qualify as such or use & at /usr/lib/perl5/site_perl/5.6.1/CGI/Base.pm
line
> 834.
> [Fri Jul 19 14:37:34 2002] Base.pm: Ambiguous call resolved as
CORE::close(),
> qualify as such or use & at /usr/lib/perl5/site_perl/5.6.1/CGI/Base.pm
line
> 1043.
> [Fri Jul 19 14:37:34 2002] BasePlus.pm: Ambiguous call resolved as
> CORE::read(), qualify as such or use & at
> /usr/lib/perl5/site_perl/5.6.1/CGI/BasePlus.pm line 181.
>
>  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>      POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
>       Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
>   Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
>  For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
>      Seattle Perl Users Group (SPUG) Home Page: http://seattleperl.org
>
>


 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
     Seattle Perl Users Group (SPUG) Home Page: http://seattleperl.org




More information about the spug-list mailing list