[Ilugc] [TIP] perl tutorial X (some code tidbits)

  • From: suraj@xxxxxxxxxxxxx (Suraj Kumar)
  • Date: Mon, 12 Dec 2011 09:53:38 +0530

On Mon, Dec 12, 2011 at 8:21 AM, Girish Venkatachalam <
girishvenkatachalam at gmail.com> 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/

Other related posts: