
A Quick-and-dirty Script for “Direct Mode” in Perl
Ever get annoyed that there’s no “direct mode” environment in Perl? Instead, you have to save your code to a file and then execute it everytime. To offset this, I wrote this small program allows me to type and execute Perl code, complete statement by statement. Here’s how to use