How can I start an interactive console for Perl, similar to the irb command for Ruby or python for Python?
irb
python
Under Debian/Ubuntu:
$ sudo apt-get install libdevel-repl-perl $ re.pl $ sudo apt-get install libapp-repl-perl $ iperl