Reini Urban wrote: > Even with sideeffects from mg_get we can optimize this conditional > to $a only. > > perl -MO=Concise,-exec -e'$a and "cmp" eq "cc"' Or to "$a; undef;". -- Ruud