On Mon, 21 Aug 2000 06:11:02 -0600, Tom Christiansen wrote:

>           $first = $1 if ?(^neur.*)?;

        $first ||= $1 if /(^neur.*)/;


Now if only we had a shortcut operator which would continue only if the
LHS was not defined...

-- 
        Bart.

Reply via email to