Hello Ray,

Thanks for your response. I could already solve the problem. It was caused by 
a syntax error in a different line within the same sub.:-) I read my source 
code over and over and finally find the error.

Best Regards,

Oliver Block


Am Donnerstag, 11. September 2008 16:30:49 schrieb Raymond Wan:
> Hi Oliver,
>
> You have to show more of the source code -- but it sounds like you've
> declared $form with "my" within a function/subroutine and it is not
> visible outside the function?  Could that be the problem?
>
> Ray
>
> Oliver Block wrote:
> > hello everybody,
> >
> > what may cause perl to give the following command line output
> >
> > Global symbol "$form" requires explicit package name at /.../Address.pm
> > line 44.
> >
> >
> > even if the variable $form is declared in line 16 as follows
> >
> >     my $form = $self->formbuilder;
> >
> > within a sub of a class definition.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to