Help for this page
#!/usr/bin/perl use strict; ... } my $user_name = $config->get("global_username"); my $password = $config->get("global_password");
[GLOBAL] #Set you username username = default #Do not uncomment unless you need to #password = default