Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       package Foo::Bar;
    ...
       struct('field'   => '$');
       $INC{'Foo/Bar.pm} = 1;
    }