Thread Problem mit dem Einlesen (55 answers)
Opened by Gast at 2006-05-17 13:33

renee
 2006-05-26 20:08
#7637 #7637
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Übernimm die Variablen aus drow_pwx.pl in Dein Skript oder mach:
Code: (dl )
1
2
3
4
5
6
7
8
use strict;

our $DATABASE = "drow";
our $DB_TABLE = "drow_dictionary";
our $DB_USERNAME = "root";
our $DB_PASSWORD = "";

1;
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 Problem mit dem Einlesen