table of contents
Config::Find::Any(3pm) | User Contributed Perl Documentation | Config::Find::Any(3pm) |
NAME¶
Config::Find::Any - Perl base class for Config::Find
SYNOPSIS¶
# don't use Config::Find::Any; use Config::Find;
ABSTRACT¶
This module implements basic methods for Config::Find.
DESCRIPTION¶
Every Config::Find class has to be derived from this one and two methods have to be redefined, while the remainder can be utilized by the class as required.
OVERRIDE METHODS¶
- $class->look_for_file($name, $write, $global)
- $class->look_for_dir_file($dir, $name, $write, $global)
CLASS METHODS¶
- $class->guess_full_script_name($file)
- $class->guess_script_name($file)
- $class->guess_script_dir($file)
- $class->is_one_liner($file)
- $class->add_extension($name, $extension)
- $class->create_parent_dir($file)
- $class->parent_dir($dir)
- $class->create_dir($dir)
- $class->my_catfile($path,$to,$file,...)
- $class->my_catdir($path,$to,$dir,...)
- $class->my_getlogin()
SEE ALSO¶
Config::Find, Config::Find::Unix, Config::Find::Win32.
AUTHOR¶
Salvador Fandiño García, <sfandino@yahoo.com>
CONTRIBUTORS¶
Barbie, <barbie@missbarbell.co.uk> (some bug fixes and documentation)
COPYRIGHT AND LICENSE¶
Copyright 2003-2015 by Salvador Fandiño García (sfandino@yahoo.com) Copyright 2015 by Barbie (barbie@missbarbell.co.uk)
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-12-07 | perl v5.36.0 |