Help for this page
$ perl -wMstrict -e 'our $foo => { a=>"blah", b=>"blah" };' Useless use of anonymous hash ({}) in void context at -e line 1.
$ perl -wMstrict -e 'our $foo => 1;' $