1. 9
  1. 9

    Nice article. Two nitpicks.

    PERL is usually called Perl.

    Please teach people to use #!/usr/bin/env perl (or python, bash and others that are not /bin/sh, which is supposed to be a POSIX shell), because it might be located elsewhere.

    1. 4

      also

      use strict and use warnings

      Long live Perl!!

      1. 2

        use diagnostics is also nice to have, especially when starting out.