use warnings; use strict; use Archive::Zip; use Aspect; sub def { print 'def'; } ### Uncommenting the following = core dump. #before { print 'abc'; } call 'main::def'; def();