How can I start an interactive console for Perl, similar to the irb command for Ruby or python for Python?
irb
python
You can use the perl debugger on a trivial program, like so:
perl -de1
Alternatively there's Alexis Sukrieh's Perl Console application, but I haven't used it.
2.1m questions
2.1m answers
60 comments
57.0k users