Help for this page

Select Code to Download


  1. or download this
    perl -e 'use strict; my %foo = (Bar::Baz => "qux")'
    
  2. 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.
    
  3. or download this
    use strict;
    use Attribute::Handlers autotie => { __CALLER__::Attribute => __PACKAG
    +E__ };