GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::ClusterSSH::Config(3) User Contributed Perl Documentation App::ClusterSSH::Config(3)

Object representing application configuration

$host=ClusterSSH::Config->new ({ })
Create a new configuration object.
$config->parse_config_file('<filename>');
Read in configuration from given filename
$config->validate_args();
Validate and apply all configuration loaded at this point
$path = $config->search_dirs('<name>', @seaarch_directories);
Search the given directories for the name given. Return undef if not found.
$path = $config->find_binary('<name>');
Locate the binary <name> and return the full path. Doesn't just search $PATH in case the environment isn't set up correctly
$config->load_configs(@extra);
Load up configuration from known locations (warn if .csshrc file found) and load in option files as necessary.
$config->write_user_config_file();
Write out default $HOME/.clusterssh/config file (before option config files are loaded).
$config->dump()
Write currently defined configuration to STDOUT
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.