Help for this page
my %userHash; ... $userHash{$thisUID}{'alias'} = 'some.charming.user'; my %args = (users => %userHash, domains => %domainHash, path => $path) +;
doSomethingUseful(\%args); ... print("I was hoping you'd say that."); } }