- or download this
perl -e 'use strict; my %foo = (Bar::Baz => "qux")'
- or download this
Bareword "Bar::Baz" not allowed while "strict subs" in use at -e line
+1.
Execution of -e aborted due to compilation errors.
- or download this
use strict;
use Attribute::Handlers autotie => { __CALLER__::Attribute => __PACKAG
+E__ };