• Home
  • Popular Downloads
  • Contact Us
  • Submit

Softpile

Free Downloads

Main Navigation
  • Home
  • Windows
  • Mac OS X
  • Business
  • Desktop
  • Development
  • Education
  • Games
  • Internet
  • Multimedia
  • Utilities
Home » Linux » Config::Find

Config::Find

June 16, 2009
Find configuration files in the native OS fashion
Version: 0.26
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by: Salvador Fandio Garca
Config::Find is a Perl module to find configuration files in the native OS fashion.

SYNOPSIS

 use Config::Find;

 my $filename=Config::Find->find;

 ...

 my $fn_foo=Config::Find->find( name => 'my_app/foo',
 mode => 'write',
 scope => 'user' );

 my $fn_bar=Config::Find->find( names => [qw(my_app/bar appbar)] );

 my $fh=Config::Find->open( name => 'foo',
 scope => 'global',
 mode => 'w' )


 my $fn=Config::Find->install( 'original/config/file.conf',
 name => 'foo' );

 my $fn=Config::Find->find( file => $opt_c,
 name => foo );
configuration configuration finder finder perl perl module
Free Download 10K
0
  • Share on:

Config::Find User Reviews

Sponsored

Categories

  • Linux

Related Downloads

Data::DRef
Delimited-key access to complex data structures
AI::Evolve::Befunge::Critter
Critter execution environment
CSS::Value
A property value in a CSS object tree
Date::Pcalc
Gregorian calendar date calculations
Crypt::Tea_JS
The Tiny Encryption Algorithm in Perl and JavaScript
Copyright © 1999-2017 Softpile Free Downloads
  • Contact Us
  • Submit
  • Privacy Policy
  • Disclaimer
  • Terms of Use