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:
Now Perl statements can be executed interactively as shown in the video below:
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:
No comments:
Post a Comment