Fwd: Looking for a new maintainer of my my Win32 Perl modules

2008-05-19 Thread David Golden
I'm forwarding this note on in the hopes the someone has the time/interest to help Reinhard out. Regards, David Golden -- Forwarded message -- From: Reinhard Pagitsch <[EMAIL PROTECTED]> Date: Mon, May 19, 2008 at 6:52 AM Subject: Looking for a new maintainer of my my

Re: Perl-Win32-Users Digest, Vol 19, Issue 16

2008-02-25 Thread David Golden
On Mon, Feb 25, 2008 at 3:00 PM, <[EMAIL PROTECTED]> wrote: > > "David Golden" <[EMAIL PROTECTED]> wrote on 02/23/2008 03:00:19 PM: > > > my $regex = join q{}, map { $num2chars[$_] } @digits; > > The only thing I would object to is the q{}. There

Re: Perl-Win32-Users Digest, Vol 19, Issue 14

2008-02-22 Thread David Golden
> easy task? Or the very clever approach of building a custom regex via join > q{}, map { "[$num2chars[$_]]" } split //, , 7; -- okay, but again, I > think I'd argue that clever is probably bad. Conway has a dicta for that, > too: "Don't be clever." His observation is that while Perl provides

Re: Perl-Win32-Users Digest, Vol 19, Issue 12

2008-02-20 Thread David Golden
> Feel free to check them out, even if you are not taking part in > the Games, and let me know what you think: > > > http://www.microsoft.com/technet/scriptcenter/funzone/games/games08/experts.mspx > > I have solutions for all 10 events, but I haven't written > all the write-ups yet. So any

Re: Perl-Win32-Users Digest, Vol 3, Issue 18

2006-10-24 Thread David Golden
On 10/24/06, Sisyphus <[EMAIL PROTECTED]> wrote: > Anyway, the point of this reply is to suggest that it would be an > improvement if the Strawberry perl installer gave the user the option to > *not* have the path or registry settings interfered with - I think it makes > it "nicer" if the option ex

Re: Perl-Win32-Users Digest, Vol 3, Issue 18

2006-10-24 Thread David Golden
right away. Strange that the installer failed in that regard, as it should configure the environment. Can you give any other details about your setup that might be unusual? Were you running as a user with administrator permissions? Regards, David Golden