Skip to content
pawal edited this page Jun 29, 2012 · 3 revisions

For threading to work properly I found that using Perl 5.14 and upwards works much better than previous versions.

To run the analyzer.pl you need:

  • JSON;
  • Data::Dumper;
  • Encode
  • Data::Serializer
  • Getopt::Long
  • DateTime::Format::Strptime
  • Pod::Usage

The collect.pl code also needs:

  • Net::DNS
  • Net::DNS::SEC

Some of these are probably already installed core Perl modules.

Clone this wiki locally