Help for this page

Select Code to Download


  1. or download this
          my $success = run 
              [$echo => -e => "\'" => join("\n", @iptout) => "\'"], 
              '|', [$ipt_cmd => 'iptables-restore'], 
              '>', \my $cmdout, '2>&1';
    
  2. or download this
          my $success = run 
              [$ipt_cmd => 'iptables-restore'], 
              '>', \my $cmdout, '2>&1',
              '<<<', '${', [$echo => -e => "\'" => join("\n", @iptout) => 
    +"\'"], '}';