I am trying to intall HTML::Form for ActivePerl. When I run makefile.pl, it gives me this error:
Can't locate IO/Socket/INET.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/
lib .) at Makefile.PL line 44.
I know that I/O::Socket is installed in my computer. I have used it recently and I can see it on the ActivePerl documentation. I searched for inet.pm, it does not exist. Do i need to install I/O::Socket again? Any ideas?