in reply to Error: Can't use global $^W in "my"

This probably has something to do with Apache::Registry and how it tries to handle the -w flag for you even though it's essentially too late for it. We could debug it with you on the mod_perl list if you can give us a sample script that causes it. However, as others pointed out, switching to "use warnings" will make it go away.
  • Comment on Re: Error: Can't use global $^W in "my"