Search This Blog

Sunday, March 23, 2014

Using Perl Interpreter Interactively

Perl interpreter is very handy when you want to try some quick Perl lines, especially when you are beginner to perl. In this blog I would like to show how perl interpreter can be used effectively.

Perl can be started in interpreter mode using following command:
             perl -de 1

Perl when started in interpreter mode (This is also the debugger mode of perl) would look something like below:

Now Perl statements can be executed interactively as shown in the video below:

No comments:

Post a Comment