use B::Deparse; sub foo { my $x = shift; print "$x\n"; } $d = new B::Deparse qw(-p -sC); print $d->coderef2text(\&foo);
In reply to Re: Saving sub routines.. Is it possible?
by educated_foo
in thread Saving sub routines.. Is it possible?
by cosmicperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |