Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Tie::File::FixedRecLen 0.4

    Download button

    No screenshots available
    Downloads: 298  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Oliver Gorwits | More programs
    Perl Artistic License / FREE
    July 21st, 2008, 01:29 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Tie::File::FixedRecLen description

    Tie::File::FixedRecLen is a Perl module that offers fixed length record support for Tie:File.

    Tie::File::FixedRecLen is a Perl module that offers fixed length record support for Tie:File.

    SYNOPSIS

    # for typical read/write random access...

    use Tie::File::FixedRecLen;

    tie @array, 'Tie::File::FixedRecLen', $file, record_length => 20
    or die ...;

    # or for faster, sequential write-only use...

    use Tie::File::FixedRecLen::Store;

    tie @array, 'Tie::File::FixedRecLen::Store', $file, record_length => 20
    or die ...;

    Use Tie::File::FixedRecLen as a drop-in replacement to Tie::File in order to add support for fixed length records within your tied files. When tieing to a file, you must specify the length of a record in the file. This length does not include the record separator character(s).

    Apart from the configuration parameters mentioned below, you should use Tie::File::FixedRecLen in just the same way as Tie::File. This module is designed to create files which are read/write compatible with Tie::File;

    Please take just a minute to read the "CAVEATS" section, below.

    There is an ancilliary module, Tie::File::FixedRecLen::Store, which provides a subset of the features of Tie::File::FixedRecLen. It is designed for fast, write-only, sequential data logging. More information is given in the "STORE MODULE" section, below.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    fixed length record | Tie:File class | Perl module | Tie:File | length | record

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM