# Data-Rlist **Repository Path**: mirrors_gitpan/Data-Rlist ## Basic Information - **Project Name**: Data-Rlist - **Description**: Read-only release history for Data-Rlist - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Data-Rlist version 1.42 ======================= $Writestamp: 2008-07-20 23:23:53 andreas$ ABOUT A lightweight data format language for Perl, Python and C++. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install If cannot be installed regularily, the file may be installed locally. The module is self-contained and depends only on standard modules 1.) Copy to your <$HOME/bin> (recommended), or the same directory as the scripts that use it. 2.) At the begin of each script, use BEGIN { $0 =~ /[^\/]+$/; push @INC, $`||'.', "$ENV{HOME}/bin"; require Rlist; Data::Rlist->import(); } The Rlist C/C++ library can be downloaded from . COPYRIGHT AND LICENCE Copyright (C) 1998-2008 by Andreas Spindler Mail to Maintained at This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.0 or, at your option, any later version of Perl 5 you may have available.