Skip to main content



Interface scoped passive/listener addressing

Changes for v0.4.2 - 2023-05-27

  • tests


search for patterns in a CSV and display results in a table

Changes for 0.10 - 2023-05-26

  • Added section to doc with summary of command-line options
  • Tests now use $^X instead of "perl". RT#148424 from ANDK++.
  • The usage string was missing some of the command-line options
  • You can use header text with the -c option. Suggested by Scott Baker++.



Find a Date in Text

Changes for 0.04

  • Remove errant return statement In array context, ensure that the array is in the same order as the dates in the string


the most basic function spy ability

Changes for v0.0.4 - 2023-05-26

  • Added called method.
  • Added not_called method.