in reply to Re^2: Subroutine redefined
in thread Subroutine redefined

DOH!

You know, I never actually ran it. I just do the perl -c compulisivly before I even run it. Sure enough:
#!/usr/bin/perl use strict; use warnings; use TestPm; TestPm::foo();
Works fine, no errors. Thanks a mil.

Replies are listed 'Best First'.
Re^4: Subroutine redefined
by ikegami (Patriarch) on Aug 16, 2006 at 04:01 UTC