Help for this page
$ perl -le 'local $foo = "whatever"; print $main::foo;' whatever
$ perl -le 'our $foo = "whatever"; print $main::foo;' whatever