Re: Why can't print accept a comma between arguments ?

2010-12-09 Thread Uri Guttman
> "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>

Re: Why can't print accept a comma between arguments ?

2010-12-09 Thread Brandon McCaig
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

Re: Why can't print accept a comma between arguments ?

2010-12-09 Thread Shawn H Corey
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

Re: Why can't print accept a comma between arguments ?

2010-12-09 Thread Brandon McCaig
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

web::scraper xpath

2010-12-09 Thread shawn wilson
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

Re: about the message queue server

2010-12-09 Thread Dermot
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

about the message queue server

2010-12-09 Thread practicalperl
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