$hostname = `/bin/hostname`; #### sub getHostname { return `/bin/hostname`; } my $hostname = getHostname; print "hostname: $hostname\n";