Re: simple module install via CPAN not working.

2015-02-17 Thread Brandon McCaig
Gary; On Mon, Feb 16, 2015 at 8:45 AM, Gary Stainburn wrote: > I'm still looking to get WWW::Mechanize::Firefox installed. It > looks like I've got a more pressing issue. Even simple module > installs aren't working properly. I'm working through the > dependancy list and looking at Test::Tester a

RE: simple module

2003-11-25 Thread Rajesh Dorairajan
perldoc perlboot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 10:31 AM To: [EMAIL PROTECTED] Subject: simple module Hi all, i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i

Re: simple module

2003-11-25 Thread drieux
On Tuesday, Nov 25, 2003, at 10:31 US/Pacific, km wrote: i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i can read thru and practice? i had gone thru perltoot,perlobj,perlref,perlsub etc regarding OOPs concepts in Perl. At one end the mos

Re: simple module

2003-11-25 Thread km
Hi all, I have already done it. i am looking for an object oriented module from which i can look at the code. thanks, KM --- On Tue, Nov 25, 2003 at 10:41:33AM -0800, Rajesh Dorairajan wrote: > perldoc perlboot > > -Original Mes