in reply to Re: how to put the value in proper format
in thread how to put the value in proper format

here I dont have to use using Modern::Perl;

need urgent help :I dont know how to check the condition like if the line contain "Link" in the first line then check the port link is up or down and if it is up then get the same out as above.

Please let me know how to do that.
  • Comment on Re^2: how to put the value in proper format

Replies are listed 'Best First'.
Re^3: how to put the value in proper format
by CountZero (Bishop) on Aug 30, 2012 at 06:32 UTC
    Sorry, I am not sure if I understand your question.

    There is only one line in your file that contains the word "LINK" and that is in the second line of the header.

    Furthermore, the script already prints the information for all lines where the LINK field shows the value of "up".

    Whether you use Modern Perl is up to you, but if you do not use it, at least use strict; use warnings.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics