Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mt35

  1. mt35

    Return lexical var to nested foreach

    Hi siberian, Thanks for the help. I actually found it was a problem in my search pattern. Say if I had 192.168.1.2 and 192.168.1.24 in my @hirate, when 192.168.1.2 ran through it would get all of it's own and all of 192.168.1.24, thus doubling count of 192.168.1.24. I should of figured this...
  2. mt35

    Return lexical var to nested foreach

    Hello, I'm trying to pass a lexical variable down from one subroutine to another. I have read perlref on closure (among others) and grasp the concept for the situation they gave, however I think I'm trying to do something else entirely. Also I'm only two weeks old in perl so if I'm going about...

Part and Inventory Search

Back
Top