Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

padre::plugin::parsertool(3pm) [debian man page]

Padre::Plugin::ParserTool(3pm)				User Contributed Perl Documentation			    Padre::Plugin::ParserTool(3pm)

NAME
Padre::Plugin::ParserTool - A realtime interactive parser test tool for Padre DESCRIPTION
The ParserTool plugin adds an interactive parser testing tool for Padre. It provides a two-panel dialog where you can type file contents into a panel on one side, and see a realtime dump of the resulting parsed structure on the other side of the dialog. The dialog is configurable, so it can be used to test both common Perl parsers and parsers for custom file formats of your own. SUPPORT
Bugs should be reported via the CPAN bug tracker at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-ParserTool <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin- ParserTool> For other issues, or commercial enhancement or support, contact the author. AUTHOR
Adam Kennedy <adamk@cpan.org> CONTRIBUTORS Ahmad M. Zawawi <ahmad.zawawi@gmail.com> SEE ALSO
Padre, PPI COPYRIGHT
Copyright 2011-2012 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2012-03-28 Padre::Plugin::ParserTool(3pm)

Check Out this Related Man Page

Padre::Plugin::PDL(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::PDL(3pm)

NAME
Padre::Plugin::PDL - PDL support for Padre SYNOPSIS
cpan Padre::Plugin::PDL Then use it via Padre, The Perl IDE. DESCRIPTION
Once enabled, one will automatically get the following features: Context-sensitive help integration Press F2 to get the help for the current PDL keyword BUGS
Please report any bugs or feature requests to "bug-padre-plugin-pdl at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Padre-Plugin-PDL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Padre::Plugin::PDL You can also look for information at: o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-PDL> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Padre-Plugin-PDL <http://annocpan.org/dist/Padre-Plugin-PDL> o CPAN Ratings http://cpanratings.perl.org/d/Padre-Plugin-PDL <http://cpanratings.perl.org/d/Padre-Plugin-PDL> o Search CPAN http://search.cpan.org/dist/Padre-Plugin-PDL/ <http://search.cpan.org/dist/Padre-Plugin-PDL/> SEE ALSO
PDL, Padre AUTHORS
Ahmad M. Zawawi <ahmad.zawawi@gmail.com> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ahmad M. Zawawi This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-03-15 Padre::Plugin::PDL(3pm)
Man Page