Help for this page

Select Code to Download


  1. or download this
      $foo1->bang();
      $foo2->bang();
      { package BAZ; $foo3->SUPER::bang(); }
    
  2. or download this
      package QUUX;
      use base qw/ BAR /;
      sub bang { shift->SUPER::bang }