in reply to Re: Missing Modules
in thread Missing Modules

I specify the interpreter in the cgi script It should be all the same

[root@XXXX perl5]# which perl /usr/bin/perl [root@XXXX perl5]# head /var/www/cgi-bin/iprs/cips.cgi #!/usr/bin/perl -w use LWP::UserAgent; use Data::Dumper; use JSON::XS;