Re: Using perl to parse verilog



wolfpack307@xxxxxxxxx wrote:

I am trying to use perl to parse a verilog file.

In trying to parse block comments, I am using am doing
[...]
Would appreciate some advice.

Check the FAQ.

perldoc -q "How do I use a regular expression to strip C style comments from a file"
.



Relevant Pages

  • Re: [PHP] PHP list as a blog
    ... On 6/13/07, Richard Lynch wrote: ... On Wed, June 13, 2007 12:20 am, Paul Scott wrote: ... Will figure out a regular expression to strip out ...
    (php.general)
  • Re: Trying to replace regular expression in the same file
    ... find the contents of each link in the local file that matches the regular ... if the contents of each link in the regular expression contains ... get the url (i.e $url2) and replace the original ... perldoc perlintro ...
    (comp.lang.perl.misc)
  • Re: good perl book?
    ... After purchasing 5 books on PERL and two on Regular Expression, ... Obviously the 24 Hour part is a marketing thing but my guess is that if you already code in another language and know Regular Expression, ... Now, if you are a little bit conversant with coding concepts, you might be able to use the free resource of perldoc. ...
    (comp.lang.perl)
  • Re: while reading mastering perl @+ and @-, not too clear on this
    ... value 8 then the first match would only have a length of 1. ... And of course the regular expression documentation: ... perldoc perlrequick ...
    (perl.beginners)
  • Re: Hash of Arrays
    ... From documentation: ... perldoc -f split ... The LIMIT parameter can be used to split a line partially ... into two parts along the regular expression, ...
    (perl.beginners)