Help for this page

Select Code to Download


  1. or download this
    50. foreach $key (keys %hash) {
    51.    my $tmp = $_;    
    ...
    53.    $cmd .= "$config_path/CISCO_$tmp.clean " for @{$hash{$key}};
    54.    system($cmd) == 0 || die "$cmd failed:$!\n";
    55.  }
    
  2. or download this
    syntax error at ./cflowd-config-gen.pl line 53, near ""$config_path/CI
    +SCO_$tmp.clean " for "
    syntax error at ./cflowd-config-gen.pl line 53, near "}}"
    Execution of ./cflowd-config-gen.pl aborted due to compilation errors.