RE: Sigils again

2002-08-22 Thread Brent Dax
Erik Steven Harrison: # We all know how to alias things in Perl 5. The binding # operator allows aliasing in Perl 6, I understand. So, # how do we alias grammer rules? Here are my guesses. Rules are just subs or methods, so you do it the same way you do a sub or method. (I think. :^) ) --Bren

Sigils again

2002-08-21 Thread Erik Steven Harrison
I've sent this message before, but Piers was kind enough to point out that the CGI script I'm forced to use to send mail does not readably format my messages, increasing the likelyhood that they are ignored. So here's a repost that's (hopefully) better to read.