Help for this page

Select Code to Download


  1. or download this
    sub debug {
      our $self;  # Must be set by caller!
    ...
      (local our $self) = @_;
      debug "Entering method1";
    }