Perl - check_ssl_cert.pl
2011.09.01. 10:45
#!/usr/bin/perl #### ## #### ## $JOEY #### 2011.09.01.use strict;################################################# | DESCRIPTION:# | Check the remaining days from ssl-certificate# | USAGE:#…
Perl - test_host_availability.pl
2011.09.01. 07:37
#!/usr/bin/perl #### ## #### ## $JOEY #### 2011.08.31.use strict;use Net::Ping;################################################# | DESCRIPTION:# | Test if host is reachable# | USAGE:#…
Perl - current_ISODATE.pl
2011.09.01. 07:20
#!/usr/bin/perl #### ## ## ## ## $JOEY #### 2011.08.31. use strict; ################################################ # | DESCRIPTION: # | Get the current date in YYYY-MM-DD format or the time…