Re: Synopses updated on dev.perl.org

2004-11-22 Thread Dan Sugalski
At 9:26 AM -0800 11/22/04, Larry Wall wrote: I finally managed to get the newest synopses and apocalypses up on dev.perl.org, so please consider my www.wall.org directories deprecated. [snip[ Anyway, the dev.perl.org pages are presumably linkable, unlike my www.wall.org pages. But it might be bett

S13: Deep operators

2004-11-22 Thread Matthew Walton
This is just to clarify something from S13. If I declare, for example multi sub *infix:Â+Â (EvilNumber $lhs, EvilNumber $rhs) { ... } Then if I run my EvilNumber $a; my EvilNumber $b; my EvilNumber $c = $a + $b; I get my code, but $a += $b; Will attempt the default behaviour for +=, which is liable