[PHP] php/perl module

2001-07-18 Thread jessica lee tishmack
Is there any way for php to call a perl module? If so, would I need to do some sort of include (like the Perl use THIS;)? I don't know if this can even be done, but thanks in advance. Jessica -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] set var in PHP

2001-07-18 Thread jessica lee tishmack
In html, I can do !--#set var=TITLE value=some title here-- How do I do this in PHP? Thanks, Jessica -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP] set var in PHP clarified

2001-07-18 Thread jessica lee tishmack
Thanks for the prompt replies...but I think I should clarify... In regular html, I would do this: !--#set var=TITLE value=some title here-- !--#include virtual=/include/header.html -- and header.html would have in it (among other things): title!--#echo var=TITLE --/title So, the title of the