Thread Aufgabenstellung: Eingabe von Zahlen!
(9 answers)
Opened by Gast at 2005-01-24 19:24
[quote=renee,25.01.2005, 21:34]muss richtigerweise
Code: (dl
)
if ($Eingabe =~ /\D/){ oder if ($Eingabe =~ tr/0-9//c){ Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |