Hallo,
versuchs mal so:
aendern($text);
.
.
.
sub aendern {
mein $text = shift;
$$text =~ s/</</g;
$$text =~ s/>/>/g;
}
sorry, ich versteh jetzt irgendwie nur Bahnhof.
$xNeTworKx.
Hallo,
versuchs mal so:
aendern($text);
.
.
.
sub aendern {
mein $text = shift;
$$text =~ s/</</g;
$$text =~ s/>/>/g;
}
sorry, ich versteh jetzt irgendwie nur Bahnhof.
$xNeTworKx.