Help for this page
use Foo; printf "Value is: %d\n",SOME;
use Foo qw(bar); printf "Value is: %d\n",SOME;
package Foo; use strict; ... } 1;