Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       my $bad; $bad = "a $str a";
       say "bad: "._dump($bad);
    }
    
  2. or download this
    good: bless( [bless( ['a ',bless( ['foo'], 'str' )], 'str' ),' a'], 's
    +tr' )
    bad: 'a foo a'