Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $connection = newF5($host, $user, $pass);
    
    print getActivePartition($connection)."\n";
    
  2. or download this
    package BigIP::F5;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    #use strict;
    ...
    my $partition = BigIP::F5->getActivePartition($connection);
    
    print $partition."\n";