Help for this page
my %pathsToDeploy; my %filesToDeploy; ... # other code }
DEPLOYER::Deploy ( "MY_LAUNCHER_11023200099.sh" => [ '/fancy/deploy/path', 0775 ], "fileSanity.pl" => [ '/fancy/deploy/path', 0775 ], "transferFile.sh" => [ '/fancy/deploy/path', 0775 ], );