# Print the iptables in effect on Mother using file handles perl -e 'open(INPUT,"ssh mother -l root iptables -L -n |"); @a=;close(INPUT);print "@a\n";'