[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ossec-dev] Re: 2 PERL ! 2 PERL
while(<FILE>){
chomp;
next if m/^#|^$/;
next unless m/^(.*?)=(.*)$/;
$conf{$1} = $2;
}
close (FILE);
OSSEC home |
Main Index |
Thread Index
OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.