debian man page for padre::comment

Query: padre::comment

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::cache(3pm) - debian
padre::document::perl::starter(3pm) - debian
padre::task::introducetemporaryvariable(3pm) - debian
padre::task::lwp(3pm) - debian
padre::task::lexicalreplacevariable(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com