Perl Certificate Info
Problem this snippet solves: This perl application will display the information about the certificates on the BIG-IP system. Code : #!/usr/bin/perl
#-----------------------------------------------...
Published Mar 09, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
jaikumar_f5
Jul 19, 2017MVP
what does
my $sMode = $ARGV[4];
mean here ? Hows the input should be, can someone share an example of how to use this.