[EMAIL PROTECTED] (Austin Hastings) writes:
> > message is something I really need to respond to, I probably won't
> > reply for the time being or will reply curtly.
>
> The difference?
Yeah, I doubt anyone will notoice.
> Feel better, Simon.
Thanks. And no thanks to whatever worm it was tha
--- [EMAIL PROTECTED] wrote:
> Hi,
> I hate to do this, but I am currently suffering really quite
> badly from RSI and to ameliorate this I'm trying to cut down on the
> amount of mail I have to reply to. This means that unless your
> message is something I really need to respond to, I probab
Hi,
I hate to do this, but I am currently suffering really quite badly from
RSI and to ameliorate this I'm trying to cut down on the amount of mail
I have to reply to. This means that unless your message is something I
really need to respond to, I probably won't reply for the time being or
wil
Austin Hastings wrote:
So, how wrong is this:
class VerticalYadda
{
extends Yadda;
multi method coerce:as($what) {
say "Coercing VerticalYadda to " ~ ($what as Str);
next METHOD;
}
}
sub *\U{VERTICAL ELLIPSIS}()
{
return new VerticalYadda;
}
=Austin
macro \