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 Mike Lewis 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: *

  1. dbrazeau

    using wildcards to open files in multiple directories

    This is problay easy to do but I'm really new to perl and am having trouble opening files in several directories to make a list of them using wildcards. Here is what I have: my @files = <../*/*.asm>; So basicly I'm trying to search for all files endding with .asm that are in any subdirectory...
  2. dbrazeau

    Help for newbie substituting

    I am tryig to substitute several things in a file going line by line. I was wondering if there is any way I can add a stop condition to to the substitution operator "s/PATERN/REPACMENT/g", because I do not want it to replace anything on the line after a ";" is reached. Basicly I'm writing a...

Part and Inventory Search

Back
Top