Help for this page
if($variable < $threshold) { my $command = '/usr/bin/blah'; ... else { ... }
open ( COMMAND, " $command $updatestring | ") or die $!; while(<COMMAND>) { .... }