Help for this page

Select Code to Download


  1. or download this
    sub foo::print {
      my $obj = overload::Strval($_[0]);
    ...
    __output__
    
    foo=ARRAY(0x1012116c): some output
    
  2. or download this
    perl -e 'bless \1'
    Modification of a read-only value attempted at -e line 1.