Help for this page

Select Code to Download


  1. or download this
    # Reformat to one line if you want -e
    use overload qq("")=>sub{"same"};
    ...
    $y = bless \$bar;
    $$x= "x";
    $$y= "x";