Hello, I usually use perl -de 42
for obtaining an interactive perl shell. I have seen Devel::REPL and I have seen some blogs like http://www.xenoterracide.com/2010/07/making-repl-usable.html explaining how you can enhance Devel::REPL
with the plugins, but I have not used yet.
I am wondering: is it too bad to use the debugger as an interactive shell? why?
note: the disadvantages mention in this perlmonks node were limitations of the user not of the perl debugger.
Do someone know where I can read more about perl REPL?
Is Devel::REPL ready for limelight?
UPDATE: I accepted the Pedro's answer because it answered the question that I asked, but still I would like to know when and why (if any) the use of the perl debugger as an interactive shell is a bad idea compared with one of the perl REPL implementations. And which perl REPL do you prefer?