Chris Knipe wrote:
(Really just need to get $interface name and $signal)...

Then you may prefer a list slice.

    my ($interface, $signal) = (split ' ', $Line)[1,5];

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to