in reply to Missing Modules
Is the cgi program using the same perl as your shell test?
Neil Watson watson-wilson.ca
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; [download]