sn't underscore an allowed character in a
package name? Or in library file names? Or?
Bengt
-Ursprungligt meddelande-
Fran: Angus Lees [mailto:[EMAIL PROTECTED]
Skickat: den 28 juli 2003 19:48
Till: Justin Harrison
Kopia: [EMAIL PROTECTED]
Amne: Re: Modules not functioning correctly
At
At Sat, 26 Jul 2003 22:08:50 -0400, Justin Harrison wrote:
> 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.
When you do "use rules;" the first time, perl finds the right rules.pm
fi
Hi Justin,
You may know this already, if so, sorry... I'm using packages with my
Embperl project too...
To troubleshoot them, you can actually use Vim to run perl against them.
Open your package in vi or vim (vi is an alias for Vim on RH when it's
installed) and do the following:
Shift g (move
r.
Is there anyway to verify that it definitely updated?
Justin
> -Original Message-
> From: Justin Harrison [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 27, 2003 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Modules not functioning correctly
>
> After I had just r
; To: [EMAIL PROTECTED]; 'Justin Harrison'; 'Angus Lees'
> Cc: [EMAIL PROTECTED]
> Subject: RE: Modules not functioning correctly
>
> [Sun Jul 27 14:26:25 2003] [error] [30184]ERR: 24: Error in
> Perl code:
> Undefined subroutine &Embperl::__5::signupform call
22 PM
> To: 'Justin Harrison'; 'Angus Lees'
> Cc: [EMAIL PROTECTED]
> Subject: RE: Modules not functioning correctly
>
>
> > All the files are uniquely titled. i.e, there is only one
> code.pm, one
> > rules.pm, etc. Many other embperl pages &qu
> 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.
I have noticed this behavior on occasion. I tracked it down to a problem
with my code in a specific block. I only got the error w
To: Justin Harrison
Cc: [EMAIL PROTECTED]
Subject: Re: Modules not functioning correctly
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
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
11 matches
Mail list logo