Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list! Thank you! RRCA

Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list! Thank you! RRCA

Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list! Thank you! RRCA

Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list! Thank you! RRCA

Re: Problem with perl module

2006-01-19 Thread RangerRickCA
Please remove me from this list! Thank you! RRCA

Re: Problem with perl module

2006-01-18 Thread Tom Phoenix
On 1/18/06, Logg, Connie A. <[EMAIL PROTECTED]> wrote: > Storable binary image v2.7 more recent than I am (v2.6) at > ../../lib/Storable.pm This is Perl's Storable module, which is used by the module you're trying to use. It seems to be telling you that it's finding a binary (compiled) file that

Re: Problem with perl module

2006-01-18 Thread Chas Owens
On 1/18/06, Logg, Connie A. <[EMAIL PROTECTED]> wrote: > Hummm...I made and installed the latest perl version yesterday > > [EMAIL PROTECTED] ~]$ /usr/bin/perl -v > > This is perl, v5.8.7 built for i686-linux-thread-multi > > Should I try to reinstall storable via > /usr/bin/perl -MCPAN -e "install

RE: Problem with perl module

2006-01-18 Thread Logg, Connie A.
- From: Chas Owens [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 9:25 AM To: Logg, Connie A. Cc: beginners@perl.org Subject: Re: Problem with perl module snip > I have installed perl fresh from the source, and loaded some modules via > -MCPAN. > I am getting the following e

Re: Problem with perl module

2006-01-18 Thread Chas Owens
snip > I have installed perl fresh from the source, and loaded some modules via > -MCPAN. > I am getting the following error message when I try to use Proc::ProcessTable. > > [EMAIL PROTECTED] ~/v3src]$ kill-processes -p gnuplot > Storable binary image v2.7 more recent than I am (v2.6) at > ../..