Help for this page

Select Code to Download


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