Help for this page

Select Code to Download


  1. or download this
     use strict;
    use warnings;
    ...
    my @filess = get_files(@datesFormatted);
    searchForIP(\@filess, $ip);
    
  2. or download this
    
    #!/usr/bin/perl
    ...
            #print @files;
        return @files;
    }