Again, it doesn't solve all the problems you mentioned, but:
$ perl -MData::Dumper -le '$Data::Dumper::Deparse=1; \ print Dumper eval Dumper sub { $x++; print "Hello"; }' $VAR1 = sub { ++$x; print 'Hello'; };
In reply to Re^3: Perl data notation
by Anonymous Monk
in thread Perl data notation
by rje
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |