Help for this page

Select Code to Download


  1. or download this
    package MyVars;
    use base qw(Exporter);
    ...
    @EXPORT_OK= qw($bar);
    $bar="I AM BAR.";
    1;