>Hi, i am using an module (with extension .pm), that don't use the clause
package.
>
>I can use 'do' or 'use' ? (do "pct/module.pm";)

You can use 'do', because this will compile your code into the package of
each page. If you want to use 'use' you need a package statement in your
module and call your functions with full name.


>I read the FAQ, and it tell that restart apache work always.

The question in the FAQ is slightly different then your, but all information
are in there

Gerald



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to