Help for this page

Select Code to Download


  1. or download this
    my $x = 4;
    my $xx = sub{\@_}->(\$x, \$x);
    ...
    print "******** YAML ********\n";
    print YAML::Dump $xx, $yy;
    print "\n";
    
  2. or download this
    ******** Data::XDumper ********
            [
    ...
    - &1 !perl/ref:
      =: 4
    - *1