Thread überprüfen ob Abschnitt in ini-file vorhanden (2 answers)
Opened by guest at 2009-04-15 12:51

renee
 2009-04-15 12:55
#120586 #120586
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
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/

View full thread überprüfen ob Abschnitt in ini-file vorhanden