Help for this page
my $appendCmd = "iptablesAdm append"; $appendCmd .= " --type=rule"; ... $appendCmd .= " --protocol=${protocol}"; $appendCmd .= " --domain=${domain}"; $appendCmd .= " --persist=yes";
my $appendCmd = "iptablesAdm append" . " --type=rule" ... . " --protocol=${protocol}" . " --domain=${domain}" . " --persist=yes";