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?

Regards,

Javier Moreno
----------------
 
Systems Engineer - Transmissions


"When you have eliminated all which is impossible, then whatever remains, 
however improbable, must be the truth" - Sherlock Holmes


<<winmail.dat>>

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to