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

renee
 2006-05-18 23:34
#7620 #7620
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Dann wird es die Datei wohl wirklich nicht geben (jedenfalls nicht in dem Verzeichnis).

Probier mal
Code: (dl )
1
2
3
4
5
6
sub loadDictionary {

my( $DICTFILE ) = $_[0];

require FindBin ();
$DICTFILE = $FindBin::Bin . $DICTFILE;
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