Search results for "module:File::Comments"
File::Comments - Recognizes file formats and extracts format-specific comments
File::Comments guesses the type of a given file, determines the format used for comments, extracts all comments, and returns them as a reference to an array of chunks. Alternatively, it strips all comments from a file. Currently supported are Perl sc...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin - Base class for all File::Comments plugins
File::Comments::Plugin is an abstract base class for all plugins in the File::Comments framework....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::C - Plugin to detect comments in C/C++ source code
File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is *not* a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequences...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::PHP - Plugin to detect comments in PHP source code
File::Comments::Plugin::PHP is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is *not* a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequenc...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::HTML - Plugin to detect comments in HTML source code
File::Comments::Plugin::HTML is a plugin for the File::Comments framework. It uses HTML::TokeParser to extracts comments from HTML files....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::Java - Plugin to detect comments in Java source code
File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is *not* a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequen...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::Shell - Plugin to detect comments in shell scripts
File::Comments::Plugin::Shell is a plugin for the File::Comments framework....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::Python - Plugin to detect comments in makefiles
File::Comments::Plugin::Python is a plugin for the File::Comments framework....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::Perl - Plugin to detect comments in perl scripts
File::Comments::Plugin::Perl is a plugin for the File::Comments framework. Uses PPI to parse Perl code. If this isn't desired (PPI had memory problems at the time of this writing), specify File::Comments::Plugin::Perl::USE_PPI = 0; and another, simpl...
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::Makefile - Plugin to detect comments in makefiles
File::Comments::Plugin::Makefile is a plugin for the File::Comments framework....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::Comments::Plugin::JavaScript - Plugin to detect comments in JavaScript source code
File::Comments::Plugin::JavaScript is a plugin for the File::Comments framework. // style comments are recognized. This is *not* a full-blown C parser/preprocessor yet, so it gets easily confused (e.g. if c strings contain comment sequences)....
MSCHILLI/File-Comments-0.08 - 10 Dec 2010 08:10:39 UTC
File::OM - Output Multiplexer routines
The OM (Output Multiplexer) Perl module provides a general output formatting framework for data that can be represented as a stream of records consisting of element names, values, and comments. Specific conversions are possible to XML, Turtle, JSON, ...
JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC
File::ANVL - A Name Value Language routines
This is documentation for the ANVL Perl module, which provides a general framework for data represented in the ANVL format. ANVL (A Name Value Language) represents elements in a label-colon-value format similar to email headers. Specific conversions,...
JAK/File-ANVL-1.05 - 02 Jun 2012 08:12:50 UTC
Tie::File - Access the lines of a disk file via a Perl array
"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...
TODDR/Tie-File-1.07 - 20 Feb 2023 17:05:34 UTC
File::Read - Unique interface for reading one or more files
This module mainly proposes functions for reading one or more files, with different options. See below for more details and examples. Rationale This module was created to address a quite specific need: reading many files, some as a normal user and ot...
SAPER/File-Read-0.0801 - 18 Oct 2007 22:41:14 UTC
File::Mork - a module to read Mozilla URL history files
This is a module that can read the Mozilla URL history file -- normally $HOME/.mozilla/default/*.slt/history.dat -- and extract the id, url, name, hostname, first visted dat, last visited date and visit count. To find your history file it might be wo...
SIMONW/File-Mork-0.4 - 20 Dec 2015 12:27:17 UTC
File::SAUCE - A library to manipulate SAUCE metadata
SAUCE stands for Standard Architecture for Universal Comment Extentions. It is used as metadata to describe the file to which it is associated. It's most common use has been with the ANSI and ASCII "art scene." A file containing a SAUCE record looks ...
BRICAS/File-SAUCE-0.25 - 19 Nov 2009 15:20:34 UTC
File::SubPM - Obsolete. Superceded by File::Where 1.16.
This module is obsolete and superceded by the "File::Where" 1.16....
SOFTDIA/File-SubPM-0.05 - 05 May 2004 00:36:24 UTC
File::Samba - Samba configuration Object
This module allows for easy editing of smb.conf in an OO way. The need arised from openfiler http://www.openfiler.org which at this current time setups a smb conf for you, however any changes you made by hand are lost when you make change due to the ...
SSCOTTO/File-Samba-0.03 - 07 Jul 2005 13:59:46 UTC
File::Maker - mimics a make by loading a database and calling targets methods
When porting low level C code from one architecture to another, makefiles do provide some level of automation and save some time. However, once Perl or another high-level language is up and running, the high-level language usually allows much more ef...
SOFTDIA/File-Maker-0.05 - 13 May 2004 12:35:36 UTC