padre::comment(3pm) debian man page | unix.com

Man Page: padre::comment

Operating Environment: debian

Section: 3pm

Padre::Comment(3pm)					User Contributed Perl Documentation				       Padre::Comment(3pm)

NAME
Padre::Comment - Padre Comment Support Library
DESCRIPTION
This module provides objects which represent a logical comment style for a programming language and implements a range of logic to assist in locating, counting, filtering, adding and removing comments in a document. Initially, however, it only acts as a central storage location for the comment styles of supported mime types.
METHODS
registered my @registered = Padre::Comment->registered; The "registered" method returns the list of all registered MIME types that have a comment style distinct from their parent supertype. get my $comment = Padre::Comment->get('application/x-perl'); The "get" method finds a comment for a specific MIME type. This method checks only the specific string and does not follow the superpath of the mime type. For a full powered lookup, use the "find" method. Returns a Padre::Comment object or "undef" if the mime type does not have a distinct comment string. COPYRIGHT &; LICENSE Copyright 2008-2012 The Padre development team as listed in Padre.pm. This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself. perl v5.14.2 2012-06-27 Padre::Comment(3pm)
Related Man Pages
padre::current(3pm) - debian
padre::ppi::updatecopyright(3pm) - debian
padre::task::lwp(3pm) - debian
padre::task::lexicalreplacevariable(3pm) - debian
padre::transform(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph