Help for this page
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. }
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.