1App::ClusterSSH(3)    User Contributed Perl Documentation   App::ClusterSSH(3)
2
3
4

NAME

6       App::ClusterSSH - A container for functions of the ClusterSSH programs
7

SYNOPSIS

9       There is nothing in this module for public consumption.  See
10       documentation for cssh, crsh, ctel, ccon, or cscp instead.
11

DESCRIPTION

13       This is the core for App::ClusterSSH.  You should probably look at cssh
14       instead.
15

SUBROUTINES/METHODS

17       These methods are listed here to tidy up Pod::Coverage test reports but
18       will most likely be moved into other modules.  There are some notes
19       within the code until this time.
20
21       REAPER
22       add_host_by_name
23       add_option
24       build_hosts_menu
25       capture_map_events
26       capture_terminal
27       change_main_window_title
28       close_inactive_sessions
29       config
30       helper
31       cluster
32       create_menubar
33       create_windows
34       dump_config
35       getopts
36       list_tags
37       evaluate_commands
38       exit_prog
39       get_clusters
40       get_font_size
41       get_keycode_state
42       key_event
43       load_config_defaults
44       load_configfile
45       load_keyboard_map
46       new
47       open_client_windows
48       options
49       parse_config_file
50       pick_color
51       populate_send_menu
52       populate_send_menu_entries_from_xml
53       re_add_closed_sessions
54       remove_repeated_servers
55       resolve_names
56       slash_slash_equal
57         An implementation of the //= operator that works on older Perls.
58         slash_slash_equal($a, 0) is equivalent to $a //= 0
59
60       retile_hosts
61       run
62       send_resizemove
63       send_text
64       send_text_to_all_servers
65       set_all_active
66       set_half_inactive
67       setup_repeat
68       send_variable_text_to_all_servers
69       show_console
70       show_history
71       substitute_macros
72       terminate_host
73       toggle_active_state
74       update_display_text
75       write_default_user_config
76

BUGS

78       Please report any bugs or feature requests via
79       <https://github.com/duncs/clusterssh/issues>.
80

SUPPORT

82       You can find documentation for this module with the perldoc command.
83
84           perldoc App::ClusterSSH
85
86       You can also look for information at:
87
88       ·   Github issue tracker
89
90           <https://github.com/duncs/clusterssh/issues>
91
92       ·   AnnoCPAN: Annotated CPAN documentation
93
94           <http://annocpan.org/dist/App-ClusterSSH>
95
96       ·   CPAN Ratings
97
98           <http://cpanratings.perl.org/d/App-ClusterSSH>
99
100       ·   Search CPAN
101
102           <http://search.cpan.org/dist/App-ClusterSSH/>
103

ACKNOWLEDGEMENTS

105       Please see the THANKS file from the original distribution.
106

AUTHOR

108       Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>"
109
111       Copyright 1999-2017 Duncan Ferguson, all rights reserved.
112
113       This program is free software; you can redistribute it and/or modify it
114       under the terms of either: the GNU General Public License as published
115       by the Free Software Foundation; or the Artistic License.
116
117       See http://dev.perl.org/licenses/ for more information.
118
119
120
121perl v5.28.0                      2018-07-12                App::ClusterSSH(3)
Impressum