Help for this page

Select Code to Download


  1. or download this
    my @arr;
    push @arr, { xx=>eval '\99' } for 1..2;
    say YAML::XS::Dump(\@arr);
    
  2. or download this
    ---
    - xx: !!perl/ref
        =: 99
    - xx: !!perl/ref
        =: 99