Download List

專案描述

Perl Console is a small program that lets you
evaluate Perl code interactively. It uses Readline
to grab input, and provides completion with all
the namespaces loaded during your session. It
allows you to load a module in your session and
test a function exported by it.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-08-28 16:35
0.3

In this version, the console saves the command
history in ~/.perlconsole_history and looks for
~/.perlconsolerc in order to launch some code at
startup (the user can then set preferences or load
some modules whenever the console is used). The
console now runs in strict mode and provides a
real namespace (variables declared with "my" are
persistent). Loaded modules are automatically
refreshed when they change on the file-system.
標籤: Major feature enhancements

2007-08-13 20:03
0.2

Support for YAML and Data::Dumper output modes in addition to the scalar one. A help engine has also been added within the console.
標籤: Minor feature enhancements

2007-08-10 20:53
0.1

標籤: Initial freshmeat announcement

Project Resources