|
interactively. It uses Readline for grabing input and provides
completion with all the namespaces loaded during your session.
This is pretty useful for Perl developers that write modules. You can
load a module in your session and test a function exported by the
module.
Readline is used to grab user input and provides then all the facilities
your are used to : completion, key bindings, ...
WWW: http://www.sukria.net/perlconsole.html
PR: ports/117056
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Notes:
svn path=/head/; revision=201261
|