#!/usr/bin/perl # ...or whatever shebang line your system requires use strict; use warnings; # Follow the steps outlined above...