Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $config_file = catfile($FindBin::Bin, 'vnxe_config.conf');
    my $array_creds = Config::Tiny->read($config_file)
        or die "Failed to read $config_file";