RE: One more small Apache::Reload question

2001-08-01 Thread Rob Bloodgood
> However, now my logs are loaded with a ton of subroutine redefined warnings > (which is normal I suppose?). I can certainly live with this in a > development environment, but thought I would check to see if it is expected, > and if it can be turned off while still enabling Reload. Well, first

RE: One more small Apache::Reload question

2001-08-01 Thread Kyle Oppenheim
Those warnings are normal, and you can use the warnings pragma to turn them off. (Although, I believe the warnings pragma only exists in Perl 5.6.0+). use warnings; no warnings qw(redefine); - Kyle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf O