Thread Irgendeine zahl in array
(36 answers)
Opened by conray at 2010-04-29 16:56
Leg Dich am besten nochmal hin :)
~ s/gerp/grep/ und dann Code (perl): (dl
)
1 2 3 4 5 6 #!/usr/bin/perl -W use strict; use warnings; @ARGV = ('sonne','wolke5','4'); my $exists = scalar grep { my $x = int $_; "$x" eq $_ } @ARGV; print $exists; Quote :) 10 print "Hallo"
20 goto 10 |