/usr/bin/perl use strict; use warnings; use 5.020; use Foo; Foo::foo(); $Foo::cache = 'bar'; Foo::foo(); __END__