
1arryb
User
Mar 19, 2009, 9:12 AM
Post #5 of 5
(9502 views)
|
Re: [niyas.mohd] How to to read MS-Access DB Table to a text file???
[In reply to]
|
Can't Post
|
|
Hi niyas, Is that the whole error message returned by Perl? It would be very suspicious if '(@INC contains:' ... NOTHING! It should at least return the installed perl library path. For example, on one of my machines:
$ perl -e 'print "@INC\n";' returns:
/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/local/lib/perl5/site_perl/5.10.0 /usr/local/lib/perl/site_perl /usr/lib/perl5/site_perl . Cheers, Larry
|