On Thu, Jul 07, 2005 at 05:58:53PM -0700, Larry Wall wrote: > $fh.pos = $fh.pos + 10`lines
I'm sorry if this has been discussed, but is the ` going to be in
Perl 6? I like it. :) How does it work, though?
sub *infix:<`> (Num $amount, Unit $class) { $class.new($amount) }
Or so?
Now I'm tempted to make it a generic infix .new.
(args)`Class;
It's almost as confusing as SML!
--
wolverian
pgpjlZIJ8VhS2.pgp
Description: PGP signature
