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
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/
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
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
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
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: [
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: [EMAIL PROTECTED]
http://learn.perl.org/
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
> ""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
> -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
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
;From: chen li <[EMAIL PROTECTED]>
>Sent: May 12, 2006 9:08 PM
>To: beginners@perl.org
>Subject: object-oriented perl mailing list
>
>Hi all,
>
>I just wonder if there is a forum of objecte-oriented
>perl for the begginer.
>
>
>Thanks,
>
>Li
>
>___
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
Hi all,
I just wonder if there is a forum of objecte-oriented
perl for the begginer.
Thanks,
Li
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTE
> "wiggins" == wiggins <[EMAIL PROTECTED]> writes:
wiggins> I am currently and finally working my way through the OOP
wiggins> Perl book by Conway and a few of the things seem a little
wiggins> dated with respect to how Perl can handle things, and the
wiggins> preferred method at least from
On Tuesday, Sep 17, 2002, at 03:08 US/Pacific, [EMAIL PROTECTED] wrote:
[..]
first off the OO v. Proceduralist debate is a bit of a
red herring. There are strengths and weaknesses to both.
An elegantly designed OO Class/sub_classing is a beauty,
but a badly implemented structure is a PAIN.
> I
You made a very good choice !.
I have this book and learned a lot from it.
As said, there is a refresh chapiter about basics on Perl so don't waste a lot time
by starting with "Learning Perl" book and fourth ...
Just go ahead "Object Oriented Perl" since you are
Doesn't say anything on manning's site (publisher) although they do have an eBook
edition now for download for $16.50. Check out http://www.manning.com/Conway/
On Tue, Sep 17, 2002 at 08:20:04AM -0500, [EMAIL PROTECTED] wrote:
> I agree with the below analysis. Only thing I might say is that a
I agree with the below analysis. Only thing I might say is that a person with good
programming experience/habits and a familarity with the command line (specifically
unix) might be able to dive right in to Programming Perl without first stopping off at
Learning Perl (save time and money). A lot
Conway's book is excellent!! Definitelly the source for OO perl. But it has some very
advanced concepts and assumes a thorough understanding of basic Perl. (He dedicates
the first two chapters of the book to an Perl and OO concepts refresher course). So if
you're just starting out, definitelly
go for [1] Learning Perl
[2] Programming Perl
Both are published by Oreilly
--- [EMAIL PROTECTED] wrote: > Hello
>
> I ordered a book(Perl Object Oriented Programming by
> Damian Conway) to
> learn Perl from scratch. But I'm not sure whether it
> is right to begin
> learning Perl with the Obj
Hello
I ordered a book(Perl Object Oriented Programming by Damian Conway) to
learn Perl from scratch. But I'm not sure whether it is right to begin
learning Perl with the Object Oriented aspect of it. I have some
knowledge of Object Oriented Programming in Java.
Which aspect of perl should I be
Hi Paul,
(1) The m aterial referred to forms some of the chapters of Conway's
book
(2) The contents of the book are available from
http://www.manning.com/conway
There are Sample Chapters 4 and 11 available in pdf. I think it is a
good book to start learning OO and its implementation in perl.
T
n Mon, Mar 18, 2002 at 10:58:50AM +, Jonathan E. Paton wrote:
> Date: Mon, 18 Mar 2002 10:58:50 + (GMT)
> From: "Jonathan E. Paton" <[EMAIL PROTECTED]>
> Subject: Re: looking for book on object oriented perl
> To: [EMAIL PROTECTED]
>
> > > (1) Could
> > (1) Could someone tell me if this in fact
> > is from the same book?
> >
> > From what I read on this site, I was not
> > too impressed with the book at all. It
> > seemed to go on forever explaining theory
> > without giving any concrete examples with
> > perl code.
"This is a series of extr
t probably use Windows. If you are a
>linux user and have had to suffer through some of the awful documentation on various
>aspects of linux, then you will think books like *Learning Perl* a masterpiece!)
>
> However, I now believe I should learn at least some of the concepts of object
on on various aspects
of linux, then you will think books like *Learning Perl* a masterpiece!)
However, I now believe I should learn at least some of the concepts of object oriented
perl, especially since I want to use modules like XML::Parser.
My search on amazon.com came up with a book called *O
At 05:46 PM 1/3/02 -0800, Pradeep Sethi wrote:
>Hi All,
>
>I was wondering, is there a mailing list dedicated to Obejct Oriented Perl ?
Closest thing I know of is the forum for people who've read Damian Conway's
book: http://www.manning.com/Conway/forum.html.
--
Peter Scott
Pacific Systems Des
On Jan 03, 2002 at 05:46 -0800, Pradeep Sethi took the soap box and proclaimed:
: Hi All,
:
: I was wondering, is there a mailing list dedicated to Obejct Oriented Perl ?
Well, the short answer is no. The long answer is, see if
http://lists.perl.org has what you want. And a good answer is, why
Hi All,
I was wondering, is there a mailing list dedicated to Obejct Oriented Perl ?
Thanks
Prad
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
* Michael Fowler ([EMAIL PROTECTED]) [18 Jul 2001 18:24]:
[...]
> _Object Oriented Perl_ gets pretty advanced, but it does have chapters
> on basic OO in Perl, and basic OO in general.
It would probably be more accurate to say that _Object Oriented Perl_
takes one from knowing not necessarily an
On Wed, Jul 18, 2001 at 03:59:14PM -, [EMAIL PROTECTED] wrote:
>
> #how to set an accessmethod
> sub accessmethod{
>
> my $self = shift;
>
> if (@_) { $self->[ACCESS_METHOD] = shift }
> return $self->[ACCESS_METHOD];
>
> }#end accessmethod
>
>
> #here the problem occurs when trying to up
tion, not class variables, so they can't be updated on a class-wide
basis. I'm not sure if you're aware of the difference between a class, an
object, and an instance.
You should consider getting a book or tutorial that introduces you to the
basics of object-oriented Perl. Some
On 18 Jul 2001 [EMAIL PROTECTED] wrote:
> I am doing some Object Oriented programming in Perl.
>
> #my class constructor
> sub new {
>
> my $invocant = shift;
> my $class = ref($invocant) || $invocant;
> my $self = [];
> $self ->[ACCESS_METHOD] = undef;
> $self ->[TOTAL_ACCESS_TIME] = undef;
> $s
I am doing some Object Oriented programming in Perl.
I have a problem getting the instance variables in some of my
classes updated.
If I update one variable in a class that contains several instance variables,
then the other variable does not keep its original value, it gets the
same value
35 matches
Mail list logo