On Tue, 27 Nov 2007, David Moreno wrote:
> On Mon, 2007-11-26 at 11:00 +0800, Foo JH wrote:
> > Now if the final release will only come out before
> > Christmas...hee hee
>
> That's Rafael's goal, AFAICT.
There has been some chatter to time the 5.10 release to fall on
the 20th anniversary of the P
>> Remember, the first rule of optimisation is don't do it yet. :-)
>> HTH
>> --
>> Brian Raven
Thanks Brian - good advice :)
Mark
___
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mail
On Mon, 2007-11-26 at 11:00 +0800, Foo JH wrote:
> Now if the final release will only come out before Christmas...hee hee
That's Rafael's goal, AFAICT.
--
David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog.net/
Te dimos un arma para cuidarnos y el arma que usas la usas para matarnos.
__
singh jatinder <> wrote:
> Hi everyone,
>
> Can we install Win32 or Win32::Job on Ubuntu machine ? If Yes, how
> can we do this ?
>
> I gave both a try but did not succeed. I had downloaded the tar ball,
> untarred it, ran 'perl Makefile.PL'. I gave me error messages like
> for win32-> os unsupp
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
Knoop
Sent: 27 November 2007 10:36
To: activeperl@listserv.ActiveState.com
Subject: Best architecture for CGI scripts accessing dbm file
> Hi
>
> I have a CGI script which among other things ties to a dbm file in
order to do loo
Hi everyone,
Can we install Win32 or Win32::Job on Ubuntu machine ? If Yes, how can
we do this ?
I gave both a try but did not succeed. I had downloaded the tar ball,
untarred it, ran 'perl Makefile.PL'.
I gave me error messages like
for win32-> os unsupported,
for win32::job-> Can't locate Win32
Hi
I have a CGI script which among other things ties to a dbm file in order to do
look ups on certain CGI parameters. Performance is ok but I wonder whether it
is efficient for each call to the script to open a tie to what is essentially
the same data and whether it will suffer under load.
I