Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Bug in script, regex help req extreme urgent

by jaredor (Priest)
on Mar 09, 2013 at 16:22 UTC ( [id://1022589]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<DATA>) {
        s/\b module \s+ OLD \b/module NEW/xms;
        print $_;
    }
    
  2. or download this
    __DATA__
     //Verilog HDL for "tt", "hh" "functional"
    ...
        input B;
    
    endmodule
    
  3. or download this
     //Verilog HDL for "tt", "hh" "functional"
    // if i write the word module here the script goofs up
    ...
        input B;
    
    endmodule
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1022589]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (1)
As of 2024-04-19 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found