Query: xacobeo::plugin
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Xacobeo::Plugin(3pm) User Contributed Perl Documentation Xacobeo::Plugin(3pm)NAMEXacobeo::Plugin - Parent class for all plugins.SYNOPSISuse strict; use warnings; use base 'Xacobeo::Plugin'; sub init { my ($self, $xacobeo) = @_; my ($window) = $xacobeo->get_windows(); $window->statusbar->display("Plugin Loaded!"); } # Finish the plugin with loaded __PACKAGE__->load();DESCRIPTIONParent class for all plugins. It provides a common framework for all plugins.METHODSThe package defines the following methods:AUTHORSEmmanuel Rodriguez <potyl@cpan.org>.COPYRIGHT AND LICENSECopyright (C) 2008,2009 by Emmanuel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-16 Xacobeo::Plugin(3pm)
Related Man Pages |
---|
xacobeo(3pm) - debian |
class::dbi::plugin(3pm) - debian |
xacobeo::app(3pm) - debian |
xacobeo::i18n(3pm) - debian |
xacobeo::timer(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |