X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fcx.pl;h=8717d395ea41154cf06f4d477138397d0cfdc975;hb=f73405816c83f0e2816e81421a8b6cf72d5e3151;hp=69bef742f77521688e7da9e8f88f232822022682;hpb=fd35681c6f0a1e84d407dbe4fcc7a3c25e4d8851;p=perl%2Fmodules%2FSub-Nary.git diff --git a/samples/cx.pl b/samples/cx.pl index 69bef74..8717d39 100755 --- a/samples/cx.pl +++ b/samples/cx.pl @@ -63,7 +63,7 @@ sub ifr { } my $code = \&wut; -$code = sub { while (do { return 2, 3 }) { } }; + my $bd = B::Deparse->new(); print STDERR $bd->coderef2text($code), "\n";