Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Exporter::Tidy _map => { '$foo' => \my $foo };
    
    $foo = 3;
    
  2. or download this
    use Foo qw($foo);
    print $foo;