use Mosche;
also:
if ( wanted(sauberer Programmierstil) == true) {
// few errors
} else{
[ Quote von Mattis Posting ]
a) Bitte lese http://learn.to/quote.
b) Du hastselber einen Fehler gemacht:
if ( wanted(sauberer Programmierstil) == true) {
sollte wohl heissen:
if ( wanted('sauberer Programmierstil') eq 'true') {
oder
if ( wanted('sauberer Programmierstil')) {
oben kommt _immer_ wahr raus, weil 'hhh' == 'bbb' (weil 0 == 0).
use Tschoe qw(Matti);