Hi,
It's not really very trivial. But since I don't PHP
sessions that much I might be incorrect, however if
you're not wanting to use WDDX, you'll probably have
to dawn some light on the raw sessions.
Shifting control across processes is fairly simple, in
the UNIX environment, and executing another process
cane be achieved by making a call to exec() or other
system related functions in the PHP library. Exec will
return control to the php script, which can possibly
depending on what you want, maybe able to bring some
data back from the perl script.
HTH.
=====
*********************************
http://www.geocities.com/mimodit
*********************************
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
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: [EMAIL PROTECTED]