The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

irc-tree-repl - A Tree-enabled Eval::WithLexicals instance

SYNOPSIS

  $ irc-tree-repl
  > my $tree = create_tree();
  > my $net  = create_net();

  --> Speak perl as normal

DESCRIPTION

An Eval::WithLexicals REPL that installs a couple simple methods for creating an IRC::Server::Tree or IRC::Server::Tree::Network.

See the documentation for those modules for usage details.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>