Dear Monks,
I am a new perl user please be patient.
Here is my problem- Need to check the status for active interfaces on unix boxes(solaris, BSD). I am using the Net:Telnet module and getting the ouput from ifconfig -a command.
I need to parse the output to check the actine interfaces: How should I do it, read the details of the interface in an array and search for status, or any other better way of doing it. Thanks,
Here is text to parse-
------------------------------------------- em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 172.21.2.90 netmask 0xffffff80 broadcast 172.21.2.127 ether 00:07:e9:23:5a:cc media: autoselect (10baseT/UTP <half-duplex>) status: active supported media: autoselect 1000baseTX 1000baseTX <full-duplex +> em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 ether 00:07:e9:23:5a:cd media: autoselect status: no carrier supported media: autoselect 1000baseTX 1000baseTX <full-duplex +> ti0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 ether 00:60:cf:21:a3:4c media: autoselect (1000baseSX <full-duplex>) status: active supported media: autoselect 1000baseSX <full-duplex> 1000baseS +X ti1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 ether 00:60:cf:21:a3:45 media: autoselect (1000baseSX <full-duplex>) status: active supported media: autoselect 1000baseSX <full-duplex> 1000baseS +X

edit (broquaint): added <code> tags


In reply to Need help to parse the text by GS

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.