Thread Button funktionieren nicht! (28 answers)
Opened by Gast at 2004-12-15 11:18

renee
 2004-12-15 14:53
#3722 #3722
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Du gibst anscheinend keinen Header aus... mach mal:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
use CGI;

sub main {
 my $cgi = CGI->new();
 print $cgi->header(-type => 'text/html');
      if ($suchen) {
              suchen()
              }
      elsif ($eintragen) {
               such_eintr()
              }
      }
\n\n

<!--EDIT|renee|1103117230-->
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Button funktionieren nicht!