Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

app::repl(3pm) [debian man page]

App::REPL(3pm)						User Contributed Perl Documentation					    App::REPL(3pm)

NAME
App::REPL - A container for functions for the iperl program VERSION
Version 0.01 SYNOPSIS
This module contains functions that the iperl program automatically imports into any package it enters, for interactive convenience. Please see the README for general information. EXPORT
FUNCTIONS
x Print arguments with "Data::Dumper::Dumper" p Print arguments with "print" env Return a hashref containing the (stored -- not current) lexical environment. ret Return a reference to the value of the previous evaluation -- that is, a reference to whatever irepl printed after the last Perl you evaluated. This function will probably evolve to take an argument $n, to return the $n'th previous result. rdebug ($value) With no arguments, bump $REPL::DEBUG. With an argument, set $REPL::DEBUG to that. This is for debugging iperl itself; currently at 1 it shows eval'd code, and at 2 it dumps the PPI document corresponding to entered code. help (commands) With no arguments, print a brief message. With an argument, either print corresponding help or -- in the case of 'commands', currently the only optional argument -- call perldoc appropriately. AUTHOR
Julian Fondren, "<ayrnieu@cpan.org>" BUGS
Does not reliably report errors in eval'd code. Does not try hard enough to collect a return value from eval'd code. Makes probably dangerous use of PPI. Please report any bugs or feature requests to "bug-app-repl@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-REPL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. VERSION CONTROL
A subversion repository with anonymous checkout exists at http://OpenSVN.csie.org/app_repl , and you can also browse the repository from that URL with a web browser. COPYRIGHT &; LICENSE Copyright 2007 Julian Fondren, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-04-10 App::REPL(3pm)

Check Out this Related Man Page

App::ClusterSSH(3pm)					User Contributed Perl Documentation				      App::ClusterSSH(3pm)

NAME
App::ClusterSSH - A container for functions of the ClusterSSH programs SYNOPSIS
There is nothing in this module for public consumption. See documentation for cssh, crsh, ctel, ccon, or cscp instead. DESCRIPTION
THis is the core for App::ClusterSSH. You should probably look at cssh instead. SUBROUTINES
/METHODS These methods are listed here to tidy up Pod::Coverage test reports but will most likely be moved into other modules. There are some notes within the code until this time. REAPER add_host_by_name build_hosts_menu capture_map_events capture_terminal change_main_window_title close_inactive_sessions config helper cluster create_menubar create_windows dump_config list_tags evaluate_commands exit_prog get_clusters get_font_size get_keycode_state key_event load_config_defaults load_configfile load_keyboard_map logmsg new open_client_windows parse_config_file pick_color populate_send_menu populate_send_menu_entries_from_xml resolve_names retile_hosts run send_resizemove send_text send_text_to_all_servers setup_repeat show_console show_history terminate_host toggle_active_state update_display_text write_default_user_config BUGS
Please report any bugs or feature requests to "bug-app-clusterssh at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ClusterSSH <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ClusterSSH>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc App::ClusterSSH You can also look for information at: o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ClusterSSH <http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ClusterSSH> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/App-ClusterSSH <http://annocpan.org/dist/App-ClusterSSH> o CPAN Ratings http://cpanratings.perl.org/d/App-ClusterSSH <http://cpanratings.perl.org/d/App-ClusterSSH> o Search CPAN http://search.cpan.org/dist/App-ClusterSSH/ <http://search.cpan.org/dist/App-ClusterSSH/> ACKNOWLEDGEMENTS
Please see the THANKS file from the original distribution. AUTHOR
Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>" COPYRIGHT &; LICENSE Copyright 1999-2010 Duncan Ferguson, all rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. perl v5.14.2 2012-06-24 App::ClusterSSH(3pm)
Man Page