#!/usr/bin/perl -w BEGIN { open STDERR, ">/usr/home/louhevly/error.log" or die $!; use lib '/usr/home/louhevly/lib/perl5/5.22'; use lib '/usr/home/louhevly/lib/perl5/vendor_perl/5.22'; use lib '/usr/home/louhevly/lib/perl5/5.22/x86_64-cygwin-threads'; } use strict; use Data::Dumper; use Storable;