Hail,
I'm stuck with this parsing script, (attached) I found
on perlmonks.org.

I've got Lemay's SAMS 21 day and O'reily's 2rd
edition. 

My Perl experience is just modifying a config file
from the plethora of free scripts to now finally
trying to modify a script to accomplish the following
task.

I'd like to import the contents of over 3k html files,
between the tags <body> to </body> after I've grepped
out the header and footer <!-includes-> into a table
cell in the new templates I'm creating for the site.

I'm stuck on the error: 'unable to parse' 

line:              $content = $header_html . $1 .
$footer_html;

I defined $header_html and $footer_html. Pointing to
actual html header and footer files.

obliged,
Stretch



__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

Attachment: parsehtml.pl
Description: parsehtml.pl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to