#!/usr/bin/perl use strict; my $arpresult = `arp -a 192.168.1.1`; print $arpresult;