- or download this
$CONFIG = {
my_github => {
...
username => "sftpuser"
}
};
- or download this
use warnings;
use strict;
...
print {$fh} Data::Dumper->new([$CONFIG],['$CONFIG'])
->Useqq(1)->Sortkeys(1)->Quotekeys(0)->Dump;
close $fh;
- or download this
$CONFIG = {
my_github => {
...
username => "redacted"
}
};