Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


local_perl_modules

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
local_perl_modules [2015/01/22 10:50] juckinslocal_perl_modules [2020/09/29 19:59] (current) juckins
Line 19: Line 19:
 use DateTime::Astro::Sunrise; use DateTime::Astro::Sunrise;
 </code> </code>
 +
 +Simple test script that checks the perl modules used on local system:
 +
 +  #!/usr/bin/perl -w
 +  
 +  use Array::Diff;
 +  use Array::Unique;
 +  use File::Compare;
 +  use File::Copy;
 +  use File::Path;
 +  use File::Slurp;
 +  use Getopt::Long;
 +  use HTML::TableExtract;
 +  use IO::All;
 +  use IPC::System::Simple qw(capture capturex system systemx run runx $EXITVAL EXIT_ANY);
 +  use LWP::Simple;
 +  use Math::Round;
 +  use Sys::Hostname;
 +  use Term::ANSIColor;
 +  use Text::Unidecode;
local_perl_modules.txt · Last modified: 2020/09/29 19:59 by juckins