Help for this page

Select Code to Download


  1. or download this
    # untested ... look up the docs for caller()
    use Data::Dumper;
    warn Dumper { self => $self, caller => [ caller() ] };
    
  2. or download this