> Here is what I would like to do: > > There is a script called 'gbrowse', which I didn't write, but > which I need to call from within my embperl application. This > script works by printing to STDOUT. > > So why not just keep it in my Apache::Registry directory and > call it like an ordinary mod perl script? The reason is that > gbrowse will use a library which I _did_ write, called Plugin.pm. > > Now, I would like Plugin.pm to have access to %udat. >
You need to call SetupSession (see session handling in the docs) from your Plugin.pm. Unfortunately you need Embperl 2.0rc3 for this to work, which will be release during the next days. If you like I can send you a copy by private email or you can fetch it from the CVS Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]