in reply to using another module
The above code will add the directory where your script resides (well, technically the current working directory of your script when FindBin was used) to the library searchpath.use FindBin; use lib $FindBin::Bin;
CU
Robartes-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using another module
by cal (Beadle) on Oct 31, 2002 at 23:01 UTC | |
by robartes (Priest) on Oct 31, 2002 at 23:10 UTC | |
by cal (Beadle) on Oct 31, 2002 at 23:24 UTC |