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
> 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
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