Data-Rlist version 1.35 ======================= $Writestamp: 2007-12-03 11:20:47 eh2sper$ 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(); } COPYRIGHT AND LICENCE Copyright (C) 2007 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.