I'm from Ruby background. Just wanted to know if there is anything like Ruby's irb in perl?
Yes, there is the perl debugger. The canonical command is
perl -de 1
to open an interactive session where you can execute arbitrary Perl statements.
See perldoc perldebug
for documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With