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