Thanks y'all!! --Jackie
On Thu, 9 Sep 2004, Bryan Baldus wrote: > > if ( $f650 and $650->indicator(2) = [02] ) {...} > > In addition to the previous responses concerning $650 vs. $f650, should > "$f650->indicator(2) = [02]" be "$f650->indicator(2) =~ /[02]/", or is this > a special case where the above does not assign '[02]' to > $f650->indicator(2)? > > Thank you, > > Bryan Baldus > Cataloger > Quality Books, Inc. > [EMAIL PROTECTED] >