> -Original Message-
> From: Yeung Siu [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 17, 2002 5:48 PM
> To: [EMAIL PROTECTED]
> Subject: module directory problem
>
>
> Hi all,
>
> I have problem with directory environment. The scripts
> are
Hi all,
I have problem with directory environment. The scripts
are on a NT system using Active Perl v5.6.1. I have
one script at
foo\test.pl
and use package at
tools\tools.pm
I imported the tools.pm to test.pl during this
# in test.pl script
use lib '../tools';
use TOOLS;
The tools.pm ha