Help for this page
# The $CarpLevel variable can be set to "strip off" extra caller level +s for # those times when Carp calls are buried inside other functions.
sub subGit{ carp 'Outta here'; } sub Git{ subGit() } ... ;' called at C:\test\p1.pl line 9 1