Leser: 2
|< 1 2 >| | 17 Einträge, 2 Seiten |
1
2
3
4
Can't locate HTML/Template.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4
/usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl) at script.cgi line 7.
BEGIN failed--compilation aborted at script.cgi line 7.
1 2 3 4
my $template = HTML::Template->new( filename => './temp/temp.tmpl', default_escape => "html", die_on_bad_params => 0);
1
2
3
Can't locate config/geb_conf.cfg in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.4
/usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl) at script.cgi line 11.
1 2 3
my $konfiguration = "config/geb_conf.cfg"; require "$konfiguration"; my %conf = &konfiguration();
|< 1 2 >| | 17 Einträge, 2 Seiten |