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::Getopt(3) User Contributed Perl Documentation App::ClusterSSH::Getopt(3)

Object representing application configuration

$obj=ClusterSSH::Getopts->new ({ })
Create a new object.
$obj=ClusterSSH::Getopts->add_option ({ })
Add extra options into the allowed set for parsing from the command line
$obj=ClusterSSH::Getopts->add_common_options ({ })
Add common options used by most calling scripts into the allowed set for parsing from the command line
$obj=ClusterSSH::Getopts->add_common_session_options ({ })
Add common session options used by most calling scripts into the allowed set for parsing from the command line
$obj=ClusterSSH::Getopts->add_common_ssh_options ({ })
Add common ssh options used by most calling scripts into the allowed set for parsing from the command line
$obj->getopts
Function to call after all options have been set up; creates methods to call for each option on the object, such as $obj->action, or $obj->username
output(@)
Simple helper func to print out pod lines with double returns
help
usage
Functions to output help and usage instructions
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.