perl  C:\aps\xamp3\htdocs\d\sel2in\prjs\perl\scrpTtl\p2\ExtractTitlTdV7.pl C:\aps\xamp3\htdocs\d\sel2in\prjs\perl\scrpTtl\clnt\sml2
set code=C:\aps\xamp3\htdocs\d\sel2in\prjs\perl\scrpTtl\p2\ExtractTitlTdV7.pl
set f= C:\aps\xamp3\htdocs\d\sel2in\prjs\perl\scrpTtl\clnt\sml2
perl  %code% %F%

Restoring the Joomla database

import functions in the Perl script ExtractTitlTdV7.pl, and
modifying the script so the data  read from the html files and currently
direct to STDOUT (and file result2.csv) is now stored in the appropriate fields in the Joomla
database. The original script is UploadToJoomla_orignal_2008_may01.pl

So, the file name (without extension) will go into the alias field
(not listed in the original code); the page title will go into the
title field.

The page header will be enclosed in an h1 tag and concatenated with
the body text from the html document. This HTML text follows the
breadcrumbs (if they exist) and possibly a submenu table. Ive
attached a sample page, bariatric_support_new.html.
Please search the HTML
code for the comments Ive inserted to mark each section in the
document. Please search for the following key words in the code to see
the comment markers:

breadcrumbs
submenu
body text

Note that you will need to install the open-source Joomla version
1.5.3, as well as MySQL and PHP, on your development computer. For
details, go here: http://www.joomla.org/ and check the links for
Joomla 1.5.x on the right side of the page.

Script to be modified ExtractTitlTdV7.pl this successfully extracts 
the information from the html that needs to go in to the database.

The samples folder has the orignal bariatric_support

Remember :
the edited script only needs to put data in to the data base and not make bariatric_support_new.html

but the data in the database does have the information in bariatric_support_new.html
