sub dosomething{ $yo = `ssh "$_[0]" grep XX /etc/hosts`; print "$yo\n"; } dosomething();