Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Text::RecordParser::Tab

Name Text::RecordParser::Tab
Version 1.4.0
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Text/RecordParser/Tab.pm
Is Core No
Search CPAN for this module Text::RecordParser::Tab
Documentation Text::RecordParser::Tab
Module Details Text::RecordParser::Tab


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 => "\t",
  );


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 Diver brought to you by ScriptSolutions.com © 1997- 2024