Help for this page

Select Code to Download


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