#!/usr/bin/perl use warnings; use strict; use Cwd; print getcwd(); #### $ sudo crontab -e * * * * * /home/steve/cron.pl > /home/steve/cron.out