Re: Object Oriented

2010-03-25 Thread Jeremiah Foster
On Mar 24, 2010, at 1:42 PM, Pry, Jeffrey wrote: > Does the moose page provide an OOP conceptual overview as well; if not does > anyone know where to find one? Not really. Moose is built upon Class::MOP which is a tool to manipulate object systems. Moose then goes on to build a complete, alter

Re: Object Oriented

2010-03-25 Thread Rene Schickbauer
Randal L. Schwartz wrote: "Steve" == Steve Bertrand writes: Steve> Also, quite a few years ago, I found "Learning Perl Ojbects, References Steve> and Modules" by Randal Schwartz to be quite a good primer and well worth Steve> the money. The new title of that ("new" being relative here, as in

Re: Object Oriented

2010-03-24 Thread Randal L. Schwartz
> "Steve" == Steve Bertrand writes: Steve> Also, quite a few years ago, I found "Learning Perl Ojbects, References Steve> and Modules" by Randal Schwartz to be quite a good primer and well worth Steve> the money. The new title of that ("new" being relative here, as in for the past 4 years) i

Re: Object Oriented

2010-03-24 Thread Shlomi Fish
pics/object-oriented/ Regards, Shlomi Fish > -Original Message- > From: Damon Allen Davison [mailto:allo...@gmail.com] > Sent: Wednesday, March 24, 2010 8:37 AM > To: Pry, Jeffrey > Subject: Re: Object Oriented > > On Wed, Mar 24, 2010 at 12:09 PM, Pry, Jeffrey wr

RE: Object Oriented

2010-03-24 Thread Pry, Jeffrey
- From: Damon Allen Davison [mailto:allo...@gmail.com] Sent: Wednesday, March 24, 2010 8:37 AM To: Pry, Jeffrey Subject: Re: Object Oriented On Wed, Mar 24, 2010 at 12:09 PM, Pry, Jeffrey wrote: > Does anyone know of good resource to learn object oriented Perl? Also, can > Perl be cons

Re: Object Oriented

2010-03-24 Thread Steve Bertrand
On 2010.03.24 08:09, Pry, Jeffrey wrote: > Hey, > > Does anyone know of good resource to learn object oriented Perl? Also, can > Perl be considered truly object oriented? perldoc perlobj Also, quite a few years ago, I found "Learning Perl Ojbects, References and Modules" by Randal Schwartz to b

Re: Object Oriented

2010-03-24 Thread Shlomi Fish
On Wednesday 24 Mar 2010 14:09:19 Pry, Jeffrey wrote: > Hey, > > Does anyone know of good resource to learn object oriented Perl? Yes, see the resources at: http://perl-begin.org/topics/object-oriented/ In addition, there's also this: http://en.wikibooks.org/wiki/Programming_with_Moose > Als

Re: Object Oriented Perl

2008-02-19 Thread Robert Hicks
Paul Lalli wrote: On Feb 18, 10:17 pm, [EMAIL PROTECTED] (Robert Hicks) wrote: Is Damian Conway's book still the best way to get a good comprehensive education about doing OO in Perl? I am a fan of Randal Schwartz's "Intermediate Perl", as well as the documentation and tutorials that come bund

Re: Object Oriented Perl

2008-02-19 Thread Robert Hicks
Rodrick Brown wrote: Just use Python *ducks* What are Python ducks? :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Object Oriented Perl

2008-02-19 Thread Paul Lalli
On Feb 18, 10:17 pm, [EMAIL PROTECTED] (Robert Hicks) wrote: > Is Damian Conway's book still the best way to get a good comprehensive > education about doing OO in Perl? I am a fan of Randal Schwartz's "Intermediate Perl", as well as the documentation and tutorials that come bundled with perl itse

Re: Object Oriented Perl

2008-02-18 Thread yitzle
On Feb 18, 2008 10:50 PM, Rodrick Brown <[EMAIL PROTECTED]> wrote: > Just use Python *ducks* > -- > Rodrick R. Brown > http://www.rodrickbrown.com /me gets out the hunting rifle... :P -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.per

Re: Object Oriented Perl

2008-02-18 Thread Chas. Owens
On Feb 18, 2008 10:50 PM, Rodrick Brown <[EMAIL PROTECTED]> wrote: > Just use Python *ducks* snip And which of Python's object systems should I use? *ducks as well* -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMA

Re: Object Oriented Perl

2008-02-18 Thread Rodrick Brown
Just use Python *ducks* On Feb 18, 2008 10:17 PM, Robert Hicks <[EMAIL PROTECTED]> wrote: > Is Damian Conway's book still the best way to get a good comprehensive > education about doing OO in Perl? > > Robert > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [

RE: Object oriented programming with perl

2006-07-20 Thread Shourya Sengupta
: 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

RE: Object oriented programming with perl

2006-07-20 Thread Joshua Colson
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

RE: Object oriented programming with perl

2006-07-20 Thread Joshua Colson
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

RE: Object oriented programming with perl

2006-07-20 Thread Timothy Johnson
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

RE: Object oriented programming with perl

2006-07-20 Thread Shourya Sengupta
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

Re: Object oriented programming with perl

2006-07-20 Thread Joshua Colson
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

Re: object-oriented perl mailing list

2006-05-13 Thread Chad Perrin
On Sat, May 13, 2006 at 05:34:32AM -0700, Randal L. Schwartz wrote: > > Some of us got very tired of the tongue-twister title from the previous > edition, so we optimized the title. Finally. Thankfully. I don't blame you, though tongue-twisters seem to fit well (conceptually and euphemistically

Re: object-oriented perl mailing list

2006-05-13 Thread Randal L. Schwartz
> ""Ryan" == "Ryan Frantz" <[EMAIL PROTECTED]> writes: >> . . . and Tom Phoenix. Also, it has sorta been replaced in newer >> editions by a book called "Intermediate Perl", which is reportedly >> pretty much just a new edition of the same book -- though I haven't >> looked through it to doubl

RE: object-oriented perl mailing list

2006-05-12 Thread Ryan Frantz
> -Original Message- > From: Chad Perrin [mailto:[EMAIL PROTECTED] > Sent: Friday, May 12, 2006 2:45 PM > To: beginners@perl.org > Subject: Re: object-oriented perl mailing list > > On Sat, May 13, 2006 at 12:05:46AM +0800, Jeff Pang wrote: > > Don't

Re: object-oriented perl mailing list

2006-05-12 Thread Chad Perrin
On Sat, May 13, 2006 at 12:05:46AM +0800, Jeff Pang wrote: > Don't ask too much,just read and write more pls.I would suggest you read the > book of 'Learning Perl Objects, References & Modules' which is written by > Randal L. Schwartz . . . and Tom Phoenix. Also, it has sorta been replaced in n

Re: object-oriented perl mailing list

2006-05-12 Thread Jeff Pang
Don't ask too much,just read and write more pls.I would suggest you read the book of 'Learning Perl Objects, References & Modules' which is written by Randal L. Schwartz.If you have any begin questions for OOP,asking here is still recommended. -Original Message- >From: chen li <[EMAIL P

Re: object-oriented perl mailing list

2006-05-12 Thread Peter Scott
On Fri, 12 May 2006 06:08:51 -0700, chen li wrote: > Hi all, > > I just wonder if there is a forum of objecte-oriented > perl for the begginer. There's always http://www.manning-sandbox.com/forum.jspa?forumID=45 -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To uns

Re: object oriented programming in perl

2005-06-20 Thread Randal L. Schwartz
> "Wiggins" == Wiggins d'Anconia <[EMAIL PROTECTED]> writes: Wiggins> Unless you are already familar with OOP concepts you are Wiggins> better off with the LPORM book than Conway's, as Object Wiggins> Oriented Perl is more difficult to read without already Wiggins> knowing a lot of the OOP te

Re: object oriented programming in perl

2005-06-20 Thread Wiggins d'Anconia
Randal L. Schwartz wrote: >>"Aditi" == Aditi Gupta <[EMAIL PROTECTED]> writes: > > > Aditi> I've been doing some general perl coding(not too complicated) > Aditi> for past some time but now i want to learn the object oriented > Aditi> way of programming. I've several books including Perl cook

Re: object oriented programming in perl

2005-06-20 Thread Randal L. Schwartz
> "Aditi" == Aditi Gupta <[EMAIL PROTECTED]> writes: Aditi> I've been doing some general perl coding(not too complicated) Aditi> for past some time but now i want to learn the object oriented Aditi> way of programming. I've several books including Perl cookbook, Aditi> Programming Perl and Beg

RE: object oriented programming in perl

2005-06-20 Thread Thomas Bätzler
Aditi Gupta <[EMAIL PROTECTED]> asked: > I've been doing some general perl coding(not too complicated) > for past some time but now i want to learn the object > oriented way of programming. I've several books including > Perl cookbook, Programming Perl and Beginning Perl (by Simon > Cozens).. b

RE: Object-Oriented DBMS

2002-07-02 Thread Hanson, Robert
The Perl Journal had a nice article on an OODBMS engine used by the Human Genome project called "Ace". It's free and has a Perl interface. http://www.samag.com/documents/s=1290/sam04010004/ Rob -Original Message- From: anthony [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 1:36

Re: Object-Oriented DBMS

2002-07-02 Thread drieux
On Sunday, June 30, 2002, at 10:35 , anthony wrote: > I know an RDBMS which we can use with perl, this RDBMS is MySQL. > But i'm trying to find an OODBMS where we can use perl with. > Any advice is appreciated amongst the players in the space from a simple google search one will find: