On Thu, Jan 24, 2002 at 10:48:45AM -0600, Garrett Goebel wrote: > When multiple-dispatch comes into the picture, then we'll have > different invokations of the same method being dispatched to different > implementations depending on the parameter list. I wonder how PRE/POST > will work once that can of worms has been opened?
Me too. I'm sure it'll be something like this (only better :-) sub bar is pre { ... }; # precondition for all bars sub bar is pre { ... } ($foo) { ... } # precondition for this bar with an "is multi" thrown in there probably. -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]