http://qs321.pair.com?node_id=624640


in reply to A wrapper script for tmpwatch in Linux written in Perl

system "/usr/bin/ssh $system->{host}#this part doesn't work, o+nly brings back reference";
of course! $system->{host} is a hash reference! you need
$system->{host}->{$host}
to access the hostname.