Help for this page

Select Code to Download


  1. or download this
      DB<140> package Foo; sub bar { print __PACKAGE__."::bar => [@_]\n"}
     
    ...
     
      DB<144> bar Foo+6;
    main::bar => [11]