Thread überprüfen ob Abschnitt in ini-file vorhanden
(2 answers)
Opened by guest at 2009-04-15 12:51 Code (perl): (dl
)
1 2 3 4 5 use Config::IniFiles; my $config = Config::IniFiles->new( -file => '/pfad/zur/datei.ini' ); my $section = 'test1'; print "Section $section existiert" if $config->SectionExists( $section ); 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/ |