Tony Cook wrote: > One issue with both patches is deparsing: > > tony@mars:.../git/perl2$ ./perl -Ilib -MO=Deparse -e 'sub foo { my $x; my $y; 1 }' > sub foo { > my($x, $y); > 1; > } > -e syntax OK What is wrong with that? It shows how perl understands the code. Evaluating it produces an op tree that behaves identically.Thread Previous | Thread Next