Help for this page
open(RPC,"/bin/rpcinfo -p foo|") or die ... while(<RPC>) { # do something with the output }