Help for this page

Select Code to Download


  1. or download this
    package Foo; use strict; use warnings;
    local ($Foo::bar);
    sub init {
        $Foo::bar = 42;
    }