I tried to configure Embperl with Safe, using the following directive.

>PerlSetEnv EMBPERL_OPTIONS 16404
(optSafeNamespace set)

Namespaces are now protected, but all modules used
in a page are no more visible...

<HTML>
<HEAD><TITLE>test</TITLE></HEAD>
<BODY>
<HR>
[- use DBI; DBI->connect(...) or print $DBI::errstr   -]
</BODY>
</HTML>

-> Error in Perl code: Can't locate object method "connect" via package
"DBI" ...

Does anybody have an idea to solve this problem ?

Regards.

______________________________________
Jean-Philippe FAUVELLE  <[EMAIL PROTECTED]>
Responsable du Pôle de Développement Unix/Web
Departement Developpement Applicatif
France Telecom Hosting
40 rue Gabriel Crie, 92245 Malakoff Cedex, France
[http://www.fth.net/] [+33 (0) 1 46 12 67 89]

Reply via email to