#!/usr/bin/perl -T my $module = $ARGV[0]; my $timestamp = `cat /var/run/timestamps/$module`; print "$module module last run at: $timestamp\n";
- Actual output:
$ last_run import Insecure dependency in `` while running with -T switch at last_run line 5.