
KevinR
Veteran

Jun 15, 2009, 6:52 PM
Post #2 of 2
(2575 views)
|
|
Re: [patjones] LC_MESSAGES redefined in Exporter.pm message?
[In reply to]
|
Can't Post
|
|
As far as I know it means there are two or more subroutines that have the same name in the same namespace, so the second time perl sees the same subroutine it issues that warning. It might cause a problem for your script or it might not, which is why its a warning and not an error. Its alerting you to look into the situtation in case it is a problem or could become one. -------------------------------------------------
|