poe::component::irc::cookbook::reload(3pm) debian man page | unix.com

Man Page: poe::component::irc::cookbook::reload

Operating Environment: debian

Section: 3pm

POE::Component::IRC::Cookbook::Reload(3pm)		User Contributed Perl Documentation		POE::Component::IRC::Cookbook::Reload(3pm)

NAME
POE::Component::IRC::Cookbook::Reload - Reload your bot's code after a change
SYNOPSIS
Wouldn't it be neat if you could update your bot's code, and have the changes be applied without dropping the connection to the IRC server?
DESCRIPTION
At first, this might seem complicated. You might have to mess with "eval STRING"/"do FILE", deal with scoping issues and what not. But when you really think about it, all you need is an IRC proxy. Let the proxy handle the IRC connection, and let the bot run as a separate process which you can restart at will. POE::Component::IRC itself can act as a proxy. See the Proxy plugin for details.
AUTHOR
Hinrik Oern Sigur`sson, hinrik.sig@gmail.com perl v5.14.2 2011-12-07 POE::Component::IRC::Cookbook::Reload(3pm)
Related Man Pages
poe::component::irc::cookbook::translator(3pm) - debian
poe::component::irc::plugin::ctcp(3pm) - debian
poe::component::irc::plugin::nickreclaim(3pm) - debian
poe::component::irc::plugin::nickservid(3pm) - debian
poe::component::irc::plugin::proxy(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com