On Mon, Dec 12, 2011 at 8:21 AM, Girish Venkatachalam <
[email protected]> wrote:

> Perl cannot be run interactively like Python. You have to run it one
> script at a time.
>

The Perl interpreter's inbuilt debugger comes close to it. You can add the
'-d' switch like 'perl -d myscript.pl' or simply 'perl -d'.


There is an external tool called 'psh', which is a shell replacement that
uses perl. YMMV.

cheers,

  -Suraj

-- 
Career Gear - Industry Driven Talent Factory
http://careergear.in/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to