Hi everyone,
I have just started to learn perl and encountered many issues. I hope there is someone here can help. I need to use the LWP library so I downloaded and installed it. Then I tried to use (i.e. use LWP
it in a program. When I run it in DOS, it works fine, but when I run the same program on Apache server, it gives me "Internal Server Error." I think my server has not been configured to use Perl module?? Does anyone know how to configure the Apache server so that it knows where to find the newly installed perl module? Thanks
I have just started to learn perl and encountered many issues. I hope there is someone here can help. I need to use the LWP library so I downloaded and installed it. Then I tried to use (i.e. use LWP