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 Chriss Miller 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: cpic100
  • Content: Threads
  • Order by date
  1. cpic100

    Effect of Regex Modifiers

    In the line if ($line =~ m@ <SOME STUFF TO MATCH>.*\s.*<SOME MORE STUFF TO MATCH>.*$@mg) what does the \s and .*$@mg actualy mean/do? I think it should search a string for some stuff on one line, then skip to the next line and look for some other stuff, but it doesnt seem to do anything.

Part and Inventory Search

Back
Top