On Thu, 2003-11-20 at 14:25, Jeff Kowalczyk wrote: > I'd like to open perl and execute a few commands interactively in the > console. I learn a lot in python this way, and I need to understand some > perl code. Did this kind of thing ever get added to perl?
I assume you're talking about how you can type $ python and enter whatever you want into python, and have it execute when you hit control-D. The same thing works in Perl, just type $ perl -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]