> > >Its the references inside each HTML document that are the problem.
> > >The only solution I have to date is the manual one, but as there
> > >are about 300 pages I am not too excited at the prospect. Does anyone
> > >have a better idea?
perl -pi -e 's/oldvalue/newvalue/g' *.html
-pi means in place
-e expression / statement follows
s substitute, delimiter, text , delimiter, text, [global]
delimiters can be /, or I have used # when modifying URLS
Or... you can writereal PERL programs to do it in a more intelligent
manner, but that is programming in the real...
[EMAIL PROTECTED]
Team-Javilk -- I am surviving...
http://www.mall-net.com/team-javilk/
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------