All the files are uniquely titled. i.e, there is only one code.pm, one
rules.pm, etc. Many other embperl pages "use" rules.pm, but they are all the
same files.
Justin
-Original Message-
From: Angus Lees [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 26, 2003 9:29 PM
To: Justin Harrison
do you use more than one rules.pm or more than one code.pm anywhere in
your site?
--
- Gus
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
..If I refresh enough it randomly works fine.
Whats going on?
Justin
-Original Message-
From: Justin Harrison [mailto:[EMAIL PROTECTED]
Sent: Saturday, July 26, 2003 3:13 PM
To: [EMAIL PROTECTED]
Subject: Modules not functioning correctly
Hi,
I have the following code:
[- $verify =
Hi,
I have the following code:
[- $verify = Execute ({'object' => '/.../code.pm',syntax => 'Perl'}); -]
Inside code.pm:
sub code_form_input_errors {
use Embperl::Form::Validate;
use lib '/.../code';
use rules;
my $epf = new Embperl::Form::Validate(&codeform);
my $errors = $epf -> validate_mess