J
jimmy
Hi all
now this may seem trivial to many here and probably the solution is
embedded in some question asked before but i have zero know how of
perl (have used grep as a command and little searching and extracting)
but i have been working on this website and use some gui based tool
but i guess it will be really faster and efficient doing this using
perl but have no idea.. perl in scripting
this is what i intend to do there is a menu on about 25 lines inside
the tags
<div id="menu"><!--This is the navigation menu-->
-
-
-
-
-
-
-
-
<!-- End Navigation--></div>
only the starting and endline lines (shown here) are constant thru all
the files in all the directories
now i believe these can be used as regular expressing and i can do a
search replace in all the files on all the lines inside these tags
with new lines i have
i saw many posts with features resembling this but dont know if i can
use them for this can
some point to a solution
Thanks
Ps: have already started learning perl.. hope to make it to beginner
level soon
now this may seem trivial to many here and probably the solution is
embedded in some question asked before but i have zero know how of
perl (have used grep as a command and little searching and extracting)
but i have been working on this website and use some gui based tool
but i guess it will be really faster and efficient doing this using
perl but have no idea.. perl in scripting
this is what i intend to do there is a menu on about 25 lines inside
the tags
<div id="menu"><!--This is the navigation menu-->
-
-
-
-
-
-
-
-
<!-- End Navigation--></div>
only the starting and endline lines (shown here) are constant thru all
the files in all the directories
now i believe these can be used as regular expressing and i can do a
search replace in all the files on all the lines inside these tags
with new lines i have
i saw many posts with features resembling this but dont know if i can
use them for this can
some point to a solution
Thanks
Ps: have already started learning perl.. hope to make it to beginner
level soon