RE: ModuleQ

2001-06-11 Thread Lee Goddard
Could be that in My/HTML.pm you didn't include package My::HTML or mixed the case up in that definition? BTW, you can say use lib 'C:/some/dir/to/look/in/4modules'; hth lee ___ Perl-Win32-Web mailing list [EMAIL PROTECTED] http://listserv.Act

Re: ModuleQ

2001-06-11 Thread Jenda Krynicky
> Hello, > I began using PerlEx, and I have to begin converting a lot of static > subroutines into modules. I have a simple example attached below. I am > running the 'script.pl' from the webserver, and I put my first module in a > folder "My" with the HTML.pm file inside of it. I placed those int

ModuleQ

2001-06-11 Thread Purcell, Scott
Hello, I began using PerlEx, and I have to begin converting a lot of static subroutines into modules. I have a simple example attached below. I am running the 'script.pl' from the webserver, and I put my first module in a folder "My" with the HTML.pm file inside of it. I placed those into my perl