GetRc

A module for reading configuration files
Download

GetRc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Free To Use But Rest...
  • Price:
  • FREE
  • Publisher Name:
  • Jan Vajda
  • Publisher web site:
  • http://search.cpan.org/~kozo/

GetRc Tags


GetRc Description

A module for reading configuration files GetRc is a Perl module that provides reading, writing and updating configuration files which is outside your Perl script.SYNOPSIS use GetRc; my $file = GetRc->new ("file_name"); $file->ifs('\s*:\s*'); my $result_get = $file->getrc(\%input); my $newfile = GetRc->new ("new_file_name"); $newfile->ofs(' = '); my $result_wri = $newfile->writerc(\%input); my $updatefile = GetRc->new ("update_file_name"); $updatefile->ifs('\s*:\s*'); $updatefile->ofs(' = '); my $result_upd = $upadtefile->updaterc(\%input); Requirements: · Perl


GetRc Related Software