Re: When perl is not quite fast enough

2002-12-19 Thread Stas Bekman
[apache.org keeps on timing out :( reposting 3rd time :(] Jeff AA wrote: >>-Original Message- >>From: Stas Bekman [mailto:[EMAIL PROTECTED]] >>Sent: 16 December 2002 13:22 >>To: [EMAIL PROTECTED] >>Subject: When perl is not quite fast enough >&

Re: AUTOLOAD in mod_perl (was Re: When perl is not quite fast enough)

2002-12-17 Thread Perrin Harkins
Christopher Grau wrote: I may be veering off-topic, but I've started doing similar things in my own code (generating accessor methods via AUTOLOAD). I ended up writing `Class::Autoload,' which I intend to upload to CPAN when I'm done with documentation and testing. Mine was very simple and didn

AUTOLOAD in mod_perl (was Re: When perl is not quite fast enough)

2002-12-17 Thread kyle dawkins
Perrin (et al... cc'ing this back to the list) Thanks for this information... it is confirming what I originally thought, so I don't need to change my code (yet). But I wanted to post it back to the list to everyone else can benefit from it. I personally tend to avoid AUTOLOAD, only because it

Re: When perl is not quite fast enough

2002-12-17 Thread Perrin Harkins
Jeff AA wrote: I have two questions: 1) In this list, I have seen folks asking general Perlish questions told to take their discussions elsewhere, along with the useless recommendation that they browse lists.perl.org - I have done this several times and joined a few of the lists, but

Re: When perl is not quite fast enough

2002-12-17 Thread domm
Hi! On Tue, Dec 17, 2002 at 08:32:01AM -, Jeff AA wrote: >- can folks name any specific useful intermediate/advanced > Perl lists? i.e. Perl 4+ years in a commercial env What about perlmonks? http://www.perlmonks.org -- #!/usr/bin/perl http://domm.zs

RE: When perl is not quite fast enough

2002-12-17 Thread Jeff AA
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: 16 December 2002 13:22 > To: [EMAIL PROTECTED] > Subject: When perl is not quite fast enough > > > While reading Mark Fowler excelent Perl Advent Calendar > (http://www.perladvent.or

Re: When perl is not quite fast enough

2002-12-16 Thread Joe Schaefer
Stas Bekman <[EMAIL PROTECTED]> writes: [...] > Me thinking to ask Nicolas to contribute these notes to our tutorial > section (http://perl.apache.org/docs/tutorials/) and if possible to > add some more meat to the original notes. If you remember our evil > plan was to host at perl.apache.org inte

When perl is not quite fast enough

2002-12-16 Thread Stas Bekman
While reading Mark Fowler excelent Perl Advent Calendar (http://www.perladvent.org/2002/) 6th entry: http://www.perladvent.org/2002/6th/, in the references section I've noticed a link to Nicolas Clark's notes from his YAPC::EU::2002 presentation, on how to make your perl code faster: http://www