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

SYNOPSIS

6       There is nothing in this module for public consumption.  See
7       documentation for cssh, crsh, ctel, ccon, or cscp instead.
8

DESCRIPTION

10       This is the core for App::ClusterSSH.  You should probably look at cssh
11       instead.
12

SUBROUTINES/METHODS

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