This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use feature ':5.12'; | |
| use version; | |
| use Text::SimpleTable; | |
| my @versionstrings = ( | |
| '0.0.4', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| use warnings; | |
| use strict; | |
| use Date::Parse; | |
| use Net::SSH::Expect; | |
| use POSIX qw(strftime); | |
| # set to a known host on your network |
NewerOlder