Help for this page

Select Code to Download


  1. or download this
    A.pm
    B.pm
    ...
    
    Foo/A.pm
    Foo/Bar/B.pm
    
  2. or download this
    BEGIN { push(@INC, $ENV{'HOME'} . '/lib'); }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    my $a = Foo::A->new();
    my $b = Foo::Bar::B->new();