B::Lisp - Perl code stringifies as lisp.
Version 0.03
perl -MO=Lisp yourprogram.pl
use B qw( svref_2object ); use B::Lisp; print svref_2object( \ &foo )->ROOT->lispy;
Optionally, lispy( $op ) is exported.
Returns a lispy representation of an opcode.
This function is private to the the O manpage module. It allows perl -MO=Lisp
your-file.pl to work.
Joshua ben Jore <jjore@cpan.org>
Please report any bugs or feature requests to
bug-b-lisplist@rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
Copyright 2006 Joshua ben Jore, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.