Re: Magical mystery colon

2010-02-01 Thread Philip A. Prindeville
On 02/01/2010 05:35 AM, Mark Martinec wrote: > On Saturday January 30 2010 21:16:01 Philip A. Prindeville wrote: > >> Also, how come the eval block: >> unless (eval "require $thing") {...} >> doesn't contain a terminating ';', i.e.: >> eval "require $thing;" instead? >> > It is not needed

Re: Magical mystery colon

2010-02-01 Thread Mark Martinec
On Saturday January 30 2010 21:16:01 Philip A. Prindeville wrote: > Also, how come the eval block: > unless (eval "require $thing") {...} > doesn't contain a terminating ';', i.e.: > eval "require $thing;" instead? It is not needed. It is an 'eval EXPR', not 'eval BLOCK'. A semicolon in perl is

Re: Magical mystery colon

2010-01-31 Thread Philip A. Prindeville
On 01/30/2010 12:24 PM, Karsten Bräckelmann wrote: > On Sat, 2010-01-30 at 12:16 -0800, Philip A. Prindeville wrote: > >> I ran "yum update" on my FC11 machine a couple of days ago, and now I'm >> getting nightly cron errors: >> > Would be nice and maybe even helpful to know, what command(s

Re: Magical mystery colon

2010-01-30 Thread Aaron Wolfe
wow, based on the subject alone, I thought my SA had missed a very strange spam :) On Sat, Jan 30, 2010 at 3:16 PM, Philip A. Prindeville < philipp_s...@redfish-solutions.com> wrote: > I ran "yum update" on my FC11 machine a couple of days ago, and now I'm > getting nightly cron errors: > > plug

Re: Magical mystery colon

2010-01-30 Thread Karsten Bräckelmann
On Sat, 2010-01-30 at 12:16 -0800, Philip A. Prindeville wrote: > I ran "yum update" on my FC11 machine a couple of days ago, and now I'm > getting nightly cron errors: Would be nice and maybe even helpful to know, what command(s) that cron job executes, don't you think? :) > plugin: failed to pa

Magical mystery colon

2010-01-30 Thread Philip A. Prindeville
I ran "yum update" on my FC11 machine a couple of days ago, and now I'm getting nightly cron errors: plugin: failed to parse plugin (from @INC): syntax error at (eval 84) line 1, near "require Mail::SpamAssassin:" plugin: failed to parse plugin (from @INC): syntax error at (eval 148) line 1, ne