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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.