in reply to DBI script works on command line but not in browser

If I follow btrott correctly, you probanly have perl installed in two places, like perl4 in /bin/perl, and perl5 in /usr/bin/perl. try typing "whereis perl" and see where the binaries are.

=Brian

  • Comment on Re: script using DBI won't run from command line but runs great thru browser. why?