< Home - < Back

perl-Text-RecordParser


Information about the package, perl-Text-RecordParser, which is shipped with common Linux distributions. The perl-Text-RecordParser package is designed for, Read record-oriented files.


Package Name:

perl-Text-RecordParser

Summary:

Read record-oriented files

Description:

This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited. Typically this data lists the fields in the first line of the file, in which case you should call bind_header to bind the field name (or not, and it will be called implicitly). If the first line contains data, you can still bind your own field names via bind_fields. Either way, you can then use many methods to get at the data as arrays or hashes.

Architecture:

noarch

Version:

1.3.0

Release:

2.el6

Size:

60 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for perl-Text-RecordParser


Control the perl-Text-RecordParser package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Text-RecordParser

This command will install perl-Text-RecordParser on the server.

yum remove perl-Text-RecordParser

This command will un-install perl-Text-RecordParser on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Text-RecordParser, so you have to manually confirm that you want to do this.

yum -y remove perl-Text-RecordParser

This command will un-install perl-Text-RecordParser on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Text-RecordParser when using the -y flag.

yum update perl-Text-RecordParser

This command will update perl-Text-RecordParser to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Text-RecordParser, so you have to manually confirm that you want to do this.

yum -y update perl-Text-RecordParser

This command will update perl-Text-RecordParser to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Text-RecordParser when using the -y flag.

yum info perl-Text-RecordParser

This command will show you core information about the perl-Text-RecordParser package.

yum deplist perl-Text-RecordParser

This command will show you the dependencies for perl-Text-RecordParser. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Text-RecordParser

This command will check if there is an update waiting on perl-Text-RecordParser. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.