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