Moreno, Javier wrote:

> All,
> 
> I have a small web perl application running on an Apache webserver. I gave up 
> running it on IIS because it kept crashing all the time. I have a suspicion 
> of why it might be but still I rely more on Apache. Anyways, my log is 
> getting clogged with warnings (I have been using use strict and use warnings 
> for a while on my programs as best practice) of two variables that are not 
> being imported. I am using a set of functions via require. I know a .pm 
> module is a better approach, but at the moment it was much faster to code 
> with a simple require. So, the question is, is there an easy way to get rid 
> of the issue or should I definitely try to change to a module? If the last 
> option is the one I should try to shoot for, any advice for documentation 
> that's easy to follow so I can change the code fast?

Fix all of the warnings.  It really has nothing to do with whether you use a
module or not.

Please post in plain text.
-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to