In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Chris Garaffa) wrote:
> Instead of doing this, I'd like to have cron run a perl script which
> looks up iTunes' pid and then kills that pid. Here's a rough sketch of
> what I have so far:
>
> #!/usr/bin/perl -w
> use strict;
> $pid_num = `top
> -Original Message-
> From: Chris Garaffa [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 04, 2001 12:12 AM
> To: [EMAIL PROTECTED]
> Subject: cron, perl and iTunes
>
>
> Hey everyone,
> Here's a question concerning Apple's iTunes, cron, and tying them
> together with perl.
>
>