Re: perl dbi problems

2000-03-29 Thread Rolf Schillinger
Hi, you don't wanna look for a debian package when you are missing a *.pm (perl module). Simply goto cpan.org insted. That is the perl package repository. hth, Rolf On Tue, 28 Mar 2000, Evan Moore wrote: > i have tried running a script out of the Perl DBI book (O'Riely) and it > keeps failing. It

Re: perl dbi problems

2000-03-29 Thread Daniel Yang
Perl can't find the modul: RPC/PlClient.pm in the path @INC. If it is a extended module, you need to include it in @INC. Hope this is helpful Daniel -Original Message- From: Evan Moore <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Date: Tuesday, March 28, 2000 7:29 PM Subject: perl