in reply to Re^2: Difference between a perl script & shell script
in thread Difference between a perl script & shell script

Interesting. Didn't know you could do that. Thanks.

A quick comparison of Perl, Python, and shell interactive modes:

IMO, the Python shell is pretty darn interactive. The Perl shell might be nice for one-liners that take up more than one line ;), but it doesn't seem all that interactive to me.

  • Comment on Re^3: Difference between a perl script & shell script

Replies are listed 'Best First'.
Re^4: Difference between a perl script & shell script
by qq (Hermit) on Dec 19, 2005 at 23:33 UTC

    The python interactive environment is definitely nice.

    Term::ShellKit provides something along the same lines. I generally make do with perl -de1.