Help for this page
use strict; # strict is on. ... # strict is off } # strict is on.
package Foo; # Currently in package Foo. ... # Currently in package Bar. } # Currently in package Foo.