> "BM" == Brandon McCaig writes:
BM> my $obj = Foo::Bar->new;
BM> ...instead. It seems better to just avoid the name "new" entirely so
BM> it isn't confused with other languages. I think it will be less
BM> confusing for people that way. I know that I found it confusing to see
BM>
On Thu, Dec 9, 2010 at 2:41 PM, Shawn H Corey wrote:
> FYI: I don't mean to burst your bubble but new() is the convention for
> creating an object, not create().
Yes, but...
According to `perldoc perlobj`:
>That word "new" isn’t special. You could have written a
>construct this
On 10-12-09 02:35 PM, Brandon McCaig wrote:
This was a triumph.
I'm making a note here. HUGE SUCCESS.
FYI: I don't mean to burst your bubble but new() is the convention for
creating an object, not create().
--
Just my 0.0002 million dollars worth,
Shawn
Confusion is the first step o
On Tue, Nov 30, 2010 at 1:31 PM, Rob Dixon wrote:
> The form
>
> print FILEHANDLE LIST
>
> is actually 'indirect object' syntax for
> calling the print method of the IO::Handle object FILEHANDLE. This is from
> 'perldoc perlobj':
*snip*
> So you can, if you like, use the more usual arrow syntax f
i decided to use another module to get my data but, i'm having a bit
of an issue with xpath.
the data i want looks like this:
name
attribute
name2
attribute2
possible name3
possible attribute3
more of the same format
with this code, i'm only getting the f
On 9 December 2010 14:38, practicalperl wrote:
> Hi,
>
> Would you please recommend me a high performance message queue server?
> Currently I'm looking up at:
> http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.10/lib/POE/Component/MessageQueue.pm
>
> But I know nothing about its perf
Hi,
Would you please recommend me a high performance message queue server?
Currently I'm looking up at:
http://search.cpan.org/~dsnopek/POE-Component-MessageQueue-0.2.10/lib/POE/Component/MessageQueue.pm
But I know nothing about its performance stuff.
Thanks.
--
To unsubscribe, e-mail: beginne