bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #59676] [PATCH] grog/subs.pl: Don't use "exists" on array values


From: Dave
Subject: [bug #59676] [PATCH] grog/subs.pl: Don't use "exists" on array values
Date: Mon, 21 Dec 2020 15:44:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #1, bug #59676 (project groff):

[comment #0 original submission:]
> 1) perlfunc(1) warns against using "exists" on array values.

Yes, but in both instances of "exists" that are modified by this patch, it is
being called on a hash element -- precisely what the "exists" function
<http://perldoc.perl.org/functions/exists> exists for -- not on an array
value.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59676>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]