On 4/15/07, Mário Gamito <[EMAIL PROTECTED]> wrote:
Hi,
I have this site that auto generates an index.html file every 15 minutes
(it's a blog aggregator).
I need that every time the file is generated, all the contents between
the lines
<h4 class="post-title"><a
href="http://domain.com/2006/08/bourne-shell.html">Bourne Shell</a></h4>
and
<p><a href="http://domain.com/2006/08/bourne-shell.html">Sáb, 14 Abr
2007 12:31:07</a></p>
to be deleted (including these two ones).
I've tried several ways and googled but i can't do the trick.
Any help would be appreciated.
Why not use a template page. Have your script parse the new content,
dump that content into a new page, then use the rename function to
move the newly parsed page to replace the old one.
May not be the *best* practice, but it has worked for me...
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/