User Profile

Collapse

Profile Sidebar

Collapse
lakshmikant
lakshmikant
Last Activity: Sep 4 '12, 10:51 PM
Joined: Jun 21 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi Ron I did not get any answere to repond
    See more | Go to post

    Leave a comment:


  • lakshmikant
    started a topic how to get the value of using condition check
    in Perl

    how to get the value of using condition check

    I have a file
    ------------------------------------------------------------------
    Port Speed Duplex Flow Ctrl Link Name
    ---- ----- -------- --TX-----RX-- ------ ------
    1 10000 full no no down 1
    2 10000 full no no down 2
    3 10000 full no no down 3
    4 10000 full no no down 4
    5 10000 full no no down 5
    6 10000 full no no down 6
    7 10000 full no no down 7
    8 10000 full no...
    See more | Go to post

  • lakshmikant
    started a topic getting error in regular expression
    in Perl

    getting error in regular expression

    Code:
    $digits = "123456789";
    @nonlap	= $digits =~ /(\d\d\d)/g;
    @yeslap = $digits =~ /(?=\d\d\d\)/g;
    print "non-overlapping: @nonlap\n";
    print "overlapping: @yeslap\n";
    can anyone tell me whats wrong with it, I am not able to get the answer.
    code is in perl
    See more | Go to post
    Last edited by numberwhun; Aug 6 '12, 06:04 AM. Reason: Please use CODE tags!
No activity results to display
Show More
Working...