Paul "LeoNerd" Evans wrote: >would therefore love to see an implementation of a module that passes >this unit test: Passes with use Sub::Filter qw(mutate_sub_filter_return); sub supersize { mutate_sub_filter_return($_[0], sub { $_[0] + 1 }) } -zeframThread Previous | Thread Next