#!/usr/bin/perl -w # attempt to kill a pid use strict; my $pid; open (PID, "){ $pid = $_; } kill 'ALRM', $pid; #### system "perl ./kill.pl";