Help for this page

Select Code to Download


  1. or download this
      my ($self) = @_;
        my $templateName  = (defined $self->{FormConfig}{template} ? $self
    +->{FormConfig}{template} : ''); 
    ...
    
            open (FILE, $templateName);
            $self->@File = <FILE>; close (FILE);
    
  2. or download this
    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.