- or download this
use Foo::Bar quux => ${'VERSION'};
use strict;
- or download this
package Example;
use Exporter::Tidy _map => { foo => \$foo };
...
my $foo;
# silently making $Example::foo exportable
- or download this
package Example;
use strict;
...
my $foo;
# Global symbol "$foo" requires explicit package name ...