#!/usr/bin/perl

while (<>)
{
	next if /^;/;
	($key, $val) = /(.*)=(.*)/;
	$config{$key} = $val;
	print "key: " . $key . " has val " . $val . "\n";
}

print "Configuration: " . %config;
print " {key} " . $config{"key"} . "\n";

Archiviert am 14.02.2026
valid-html401.png patent_button.gif anybrowser.gif permaplant.png vim.gif elektra.jpg fsfe-logo.png valid-css.png