Hello,

I am trying to use a module, List.pm from my own directory '~/tempest':

use lib "~/tempest/List.pm";
$dir = shift @ARGV;
$search = new List($dir);  #Line 12.

Error:
Can't locate object method "new" via package "List" (perhaps you forgot to
load "List"?) at ./deltanode.pl line 12.

Can anyone help to advise what's wrong?

Thanks.

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to