in reply to Re^2: format output from a exe within a perl script
in thread format output from a exe within a perl script
Is that what you're referring to?for (@PORTS) { ($KEY, $VAL) = split(/:/); if ($KEY =~ /Host/) { $HOST = $VAL; } elsif ($KEY =~ /Connection time/) { $CONNTIME = $VAL; } elsif ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: format output from a exe within a perl script
by parv (Parson) on Apr 02, 2008 at 07:48 UTC |