Help for this page
my $command = "host -v www.perlmonks.org 2>&1 |"; ... # print $buff print "Output:\n$buff";
my $RC = system("host","-v","www.perlmonks.org"); $RC = $RC/256; print "RC:\n$RC";