in reply to strategy for tracking down old version of "use List::Utils"

What about adding print scalar caller to the old List::Util.

Replies are listed 'Best First'.
Re^2: strategy for tracking down old version of "use List::Utils"
by Anonymous Monk on Mar 04, 2015 at 01:10 UTC
    or without scalar, for that matter
      Yes, works better without scalar :)