debian man page for text::recordparser::tab

Query: text::recordparser::tab

OS: debian

Section: 3pm

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

Text::RecordParser::Tab(3pm)				User Contributed Perl Documentation			      Text::RecordParser::Tab(3pm)

NAME
Text::RecordParser::Tab - read tab-delimited files
SYNOPSIS
use Text::RecordParser::Tab;
DESCRIPTION
This module is a shortcut for getting a tab-delimited parser. new Call "new" as normal but without worrying about "field_separator" or "fs." Because this: my $p = Text::RecordParser::Tab->new($file); Is easier to type than this my $p = Text::RecordParser->new( filename => $file, field_separator => " ", );
AUTHOR
Ken Youens-Clark <kclark@cpan.org>
LICENSE AND COPYRIGHT
Copyright (C) 2006-10 Ken Youens-Clark. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. perl v5.10.1 2010-07-26 Text::RecordParser::Tab(3pm)
Related Man Pages
parse::debianchangelog::changesfilters(3pm) - linux
tab2graph(1p) - debian
lire::reportparser::reportbuilder(3pm) - debian
bio::primerdesigner::remote(3pm) - debian
lire::outputformats::text(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?