It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help cent开发者_JAVA百科er.
Closed 10 years ago.
just dig into perl and wondering if there is pycrust for perl.
Devel::REPL is the best. Run re.pl after installation.
The closest is probably perlconsole
Not exactly, but you can launch the interactive debugger after executing some trivial code by using something like:
perl -d -e 1
which simply drops you into the debugger after executing "1".
There's also http://www.sukria.net/perlconsole.html
精彩评论