http://qs321.pair.com?node_id=191977


in reply to Modules included more than once

well, you can filter off these warnings. put these lines at the top of your script:
BEGIN { $SIG{__WARN__} = sub { print STDERR $_[0] unless $_[0] =~ /Subroutine .* redefined/ } }
cheers,
Aldo

King of Laziness, Wizard of Impatience, Lord of Hubris