Trying to setup embedded Perl

2000-04-22 Thread Dennis



Hey 

can you throw some helpful hints on the problem I'm 
having ? 

I'm trying to move a working site from 
singleslibrary.com to my server. Unfortunately the guy who wrote the site 
for us is not available anymore .. and nobody seems to know what to do, 
including me.
What I'm trying to do is setup the following: I 
have HTML code, the one like in P.S.
and it seems to have Perl embedded in between 
:  and !-- -- 
brackets

can Apache handle that ? do I need some other 
program ? Just wondering if I can use apache to do that


P.S.

I took the following HTML/Perl parts from http://singleslibrary.com/dynahtml/singles/sample.html 


tr VALIGN=bottomtd align=rightDo 
you have children?/tdtdfont 
COLOR=#002070b:field('chihome')/b/font/td/trEOF:htmlselect( 
'chil', CHIHOME, NULL )tr 
VALIGN=bottomtd align=rightDo you 
drink?/tdtdfont 
COLOR=#002070b:field('drink')/b/font/td/tr
tr VALIGN=bottomtd align=right Do 
you smoke?/tdtdfont 
COLOR=#002070b:field('smoke')/b/font/td/tr

!--: skip( time %3 ) --A 
href_ifpw("home.html","active.html") TARGET=_topIMG Align=Top 
SRC="/htdocs/singles/images/profiles1.jpg" BORDER=0/A!--: 
skip(2) --A href_ifpw("home.html","active.html") 
TARGET=_topIMG Align=Top SRC="/htdocs/singles/images/profiles2.jpg" 
BORDER=0/A!--: skip(1) --A 
href_ifpw("home.html","active.html") TARGET=_topIMG Align=Top 
SRC="/htdocs/singles/images/profiles3.jpg" 
BORDER=0/AP


Re: Trying to setup embedded Perl

2000-04-22 Thread Edward Thomas

It seems as if this site is already running Apache/mod_perl (according to
Netcraft) so as long as you can get hold of the particular module
responsible for this then you should have no problems.

--
  Edward Thomas | [EMAIL PROTECTED]
Cynosure Design | www.cyno.co.uk


- Original Message -
From: "Dennis" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 22, 2000 5:13 PM
Subject: Trying to setup embedded Perl


Hey

can you throw some helpful hints on the problem I'm having ?

I'm trying to move a working site from singleslibrary.com to my server.
Unfortunately the guy who wrote the site for us is not available anymore ..
and nobody seems to know what to do, including me.
What I'm trying to do is setup the following:
I have HTML code, the one like in P.S.
and it seems to have Perl embedded in between :  and !----
brackets

can Apache handle that ?  do I need some other program ?  Just wondering if
I can use apache to do that


P.S.

I took the following HTML/Perl parts from
http://singleslibrary.com/dynahtml/singles/sample.html

tr VALIGN=bottomtd align=rightDo you have children?/tdtdfont
COLOR=#002070b:field('chihome')/b/font/td/tr
EOF
:htmlselect( 'chil', CHIHOME, NULL )
tr VALIGN=bottomtd align=rightDo you drink?/tdtdfont
COLOR=#002070b:field('drink')/b/font/td/tr
tr VALIGN=bottomtd align=right Do you smoke?/tdtdfont
COLOR=#002070b:field('smoke')/b/font/td/tr


!--: skip( time %3 ) --
A href_ifpw("home.html","active.html") TARGET=_topIMG Align=Top
SRC="/htdocs/singles/images/profiles1.jpg" BORDER=0/A!--: skip(2) --
A href_ifpw("home.html","active.html") TARGET=_topIMG Align=Top
SRC="/htdocs/singles/images/profiles2.jpg" BORDER=0/A!--: skip(1) --
A href_ifpw("home.html","active.html") TARGET=_topIMG Align=Top
SRC="/htdocs/singles/images/profiles3.jpg" BORDER=0/A
P