in reply to
simple awk feature in perl
awk is performing, by default, what in perl would be:
($1,$2,$3,$4,$5...) = split /\s+/,`snmpget ... `;
Dum Spiro Spero
Comment on
Re: simple awk feature in perl
Download
Code
In Section
Seekers of Perl Wisdom