Next Hook::LexWrap 9

Examples of Tricky Features

        {
           my $dummy = wrap 'foo', pre => ..., post => ...;
           foo(...);    # Pre and post wrappers are called
        }
        foo(...);   # Pre and post wrappers are not called

continued...


Next Copyright © 2003 M. J. Dominus