Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w -T
    
    ...
    my $foo = sub { print "bar" };
    
    print Dump($foo)."\n";
    
  2. or download this
    --- !perl/code: '{ "DUMMY" }'