in reply to System() or the like
Use backticks:
$run="snmpwalk $host $opt_c ifType.".$thisport; $type=`$run`; print "$MAC $type $ifName $vlan $host\n"; [download]
HTH