>
> Hi all,
>
> i am new to using perl...
>
> i want to use perl modules in my code.
>
> can any one tell me how to load a perl module so that it can be used!!!
>
> I am trying to use a module named Nary.pm in my code... tree.pl
> first line of my code says
>
> use Nary; # Module i
Please bottom post
>
> Hi Urvashi,
> You can write
> ##
> use lib "directory path where you have put you modules";
> use Nary.pm;
> ##
> in the begining of your script.
>
The more
Hi Urvashi,
You can write
##
use lib "directory path where you have put you modules";
use Nary.pm;
##
in the begining of your script.
-Original Message-
From: urvashi mishra [
> Hi all,
Hi Urvashi,
> I am trying to use a module named Nary.pm in my
> code... tree.pl
> first line of my code says
>
> use Nary; # Module in the same dir as the script
> Can't locate object method "new" via package "Nary"
> (perhaps you forgot to load "Nary"?) at
> tree-trial.pl line