Help for this page
my ($self) = @_; my $templateName = (defined $self->{FormConfig}{template} ? $self +->{FormConfig}{template} : ''); ... open (FILE, $templateName); $self->@File = <FILE>; close (FILE);
Array found where operator expected at (eval 5) line 1150, at end of l +ine (Missing operator before ?) syntax error at (eval 5) line 1150, near "->@File " Global symbol "@File" requires explicit package name at (eval 5) line +1150.