Help for this page

Select Code to Download


  1. or download this
    BEGIN { print "$_ => $Foo::{$_}\n" foreach keys %Foo::; }
    
  2. or download this
    package Foo::Bar;
    our @ISA = 'Foo';