: Object oriented programming with perl
On Fri, 2006-07-21 at 00:36 +0530, Shourya Sengupta wrote:
>
> Hi Joshua,
> Can you make it a bit clear?
Assuming you've written a perl module (class) called 'Widget::Factory'
the actual code should be in a file called 'Widget/Fact
On Thu, 2006-07-20 at 12:19 -0700, Timothy Johnson wrote:
> I think it might be clearer if you checked this doc:
>
> perldoc lib
>
> Which has a good explanation of using 'use lib' to define directories to
> search for modules.
Thank you Timothy. I was looking for that document (admittedly, not
On Fri, 2006-07-21 at 00:36 +0530, Shourya Sengupta wrote:
>
> Hi Joshua,
> Can you make it a bit clear?
Assuming you've written a perl module (class) called 'Widget::Factory'
the actual code should be in a file called 'Widget/Factory.pm' (assuming
a UNIX like system). Lets further assume that th
hua Colson
Cc: beginners@perl.org
Subject: RE: Object oriented programming with perl
Hi Joshua,
Can you make it a bit clear?
Thanks,
Shourya
-Original Message-
From: Joshua Colson [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 9:59 PM
To: Shourya Sengupta
Cc: beginners@perl.o
Hi Joshua,
Can you make it a bit clear?
Thanks,
Shourya
-Original Message-
From: Joshua Colson [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 9:59 PM
To: Shourya Sengupta
Cc: beginners@perl.org
Subject: Re: Object oriented programming with perl
On Thu, 2006-07-20 at 15:40
On Thu, 2006-07-20 at 15:40 +0530, Shourya Sengupta wrote:
> Suppose the package is installed in a different path.
> Can we then mention the full path of the package in statesments like
> this? eg
>
> use
perldoc -q lib
hint: 'use lib...'
--
Joshua Colson <[EMAIL PROTECTED]>
--
To unsubscr