in reply to Undefined subroutine
You can add:
to your script to make sure it finds your module first (assuming Test.pm is in the same directory as the script).use lib '.';
You probably just want to rename your module, though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (2) Undefined subroutine
by J9 (Beadle) on Mar 11, 2003 at 14:19 UTC |