http://qs1969.pair.com?node_id=86856


in reply to mod_perl and lazy zombies

Would calling local on the filehandle do any good?

Like so:

local (*RPC); open(RPC,"/bin/rpcinfo -p foo|") or die ... while(<RPC>) { # do something with the output }