Could be that the variable is out of scope:
could be that you didn't import/export what you expected....?

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gray,
> Josh
> Sent: 12 June 2001 16:05
> To: '[EMAIL PROTECTED]'
> Subject: Fixing bad programmatic habits..
> 
> 
> I've gotten in the habit in the past of making my code just "work" and not
> worry about efficiency or global variables and such.  In an attempt to amend
> these ways I came across a heck of a lot of these error messages in my
> server logs.  at first they obviously appear to mean that the variable was
> used once or declared and never used again, but this doesn't appear to be
> the case in my code..  does anyone know what exactly they mean or how can I
> fix them?
> 
> Name "main::debug" used only once: possible typo at
> /usr/local/etc/httpd/htdocs/eirb_beta/db_application.cgi line 5.
> Name "main::degree" used only once: possible typo at
> /usr/local/etc/httpd/htdocs/eirb_beta/db_application.cgi line 5659.
> Name "main::middlename" used only once: possible typo at
> /usr/local/etc/httpd/htdocs/eirb_beta/db_application.cgi line 5659.
> Name "main::table_from" used only once: possible typo at
> /usr/local/etc/httpd/htdocs/eirb_beta/db_application.cgi line 5661.
> 
> Josh Gray 
> Webmaster 
> Office of Research Computer Services 
> University of Missouri - Columbia 
> 
> 
> _______________________________________________
> Perl-Win32-Web mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to