sub do_this { sub new_sub { print "test"; } sub new_sub2 { print "test2"; } }