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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: concino
  • Content: Threads
  • Order by date
  1. concino

    grep with reqular expression

    how can i filter the numbers between 25-30? (the range is included) grep '[2][5-9]' filename; filters only 25 to 29. is there a solution for 25-30? thanks for the response.
  2. concino

    using a built in function in the module

    i'm trying to learn object oriented approach; when i tried to use ceil function in on of my subroutines it gives me undef function error. i've a .pm file where i have all my subroutines that belong to a class. in one of these subroutines i tried to use ceil function where i've gotten the...
  3. concino

    how to sort each list in the list of lists?

    I'm trying to sort each list in the list of lists without using foreach and flattening the two dimentional array. I already have a working code with foreach which does very complicated stuff, but I'd like to improve my code using map, so the only way it can be improved is to find a way to use...

Part and Inventory Search

Back
Top