in reply to Re: Strange problem when I install CPAN module to my own directory
in thread Strange problem when I install CPAN module to my own directory
thanks for your reply,but I think that is not the reason.I modified the directory to absolute directory.And the error is same.
thanks!$ more config #!/usr/bin/perl use lib '/data/zht/perl/lib'; use Config::General; print "Content-type: text/html\n\n"; print "ok"; $ ls /data/zht/perl/lib Cisco Config Sharefunc.pm $ ls /data/zht/perl/lib/Config General General.pm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Strange problem when I install CPAN module to my own directory
by PodMaster (Abbot) on Apr 16, 2004 at 07:42 UTC | |
by iwanthome (Beadle) on Apr 16, 2004 at 08:11 UTC |