Perl

Perl is also known as the Duck Tape of the internet

“The duck tape of the internet” Google Search: “Software developers call Perl the “Duct Tape of the Internet” because the programming language lends itself to quick, easy fixes of data problems.”

Perl Official Website

Installing perl locally

Starting Server with perl support

Running perl

perl <filename.pl>

if you have a server that hosts perl then just navigate to it’s path via a browser.

Perl Tidy

This script will format .pl files

Note: I used this once and currently maintain formatting manually.

For help: $ ./tools/perltidy.pl -h

To format code: $ ./tools/perltidy.pl <perlFile> -o <outputFile>

Example:

Other sections

Code

Journal