Re: [svn:perl6-synopsis] r14317 - doc/trunk/design/syn

2007-03-08 Thread Andreas J. Koenig
>>>>> On Thu, 08 Mar 2007 07:21:19 +0100, [EMAIL PROTECTED] (Andreas J. Koenig) >>>>> said: > $spot::(parens) Please accept my apologies for my ignorant posting. Clearly the parens indicate ranges. Sorry for the noise. Going back into lurker-mode, -- andreas

Re: [svn:perl6-synopsis] r14317 - doc/trunk/design/syn

2007-03-08 Thread Andreas J. Koenig
$spot::(parens) > On Wed, 7 Mar 2007 20:38:17 -0800 (PST), [EMAIL PROTECTED] said: > +class Dog:ver<1.2.1>:auth; > +class Dog:ver<1.2.1>:auth; > +class Dog:ver<1.2.1>:auth; > +class Dog:<1.2.1 cpan:JRANDOM> >

Re: Why shouldn't sleep(0.5) DWIM?

2001-01-31 Thread Andreas J. Koenig
> On Wed, 31 Jan 2001 12:04:46 +, Nicholas Clark <[EMAIL PROTECTED]> said: > dbmopen() already loads AnyDBM_File to do the real work without the > user (or script) knowing, so this idea could be extended. And nobody in this thread has ever mentioned Time::HiRes. Is there a reason

Re: RFC on Coexistance and simulaneous use of multiple module version s?

2001-01-27 Thread Andreas J. Koenig
> On Fri, 26 Jan 2001 16:37:23 -0500, Michael G Schwern <[EMAIL PROTECTED]> said: > from what I remember we discussed > an idea to allow people and organizations to produce their own list of > approved modules. This is already possible with the CPAN::Site module. > For example, if Oracl

Re: Where must you 'no strict'?

2000-08-03 Thread Andreas J. Koenig
> On Wed, 02 Aug 2000 23:23:55 -0700, Peter Scott <[EMAIL PROTECTED]> said: > can anyone enumerate circumstances when you *cannot* currently achieve > something desirable under one of the strictnesses? Just as a reference, in my own code I find these This is borrowed from fields.pm: