Thread Irgendeine zahl in array (36 answers)
Opened by conray at 2010-04-29 16:56

esskar
 2010-04-29 17:44
#136564 #136564
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
schreib ich es eben nochmal
Code (perl): (dl )
my ($inhalt) = grep { /^(\d+)$/ } @ARGV;

View full thread Irgendeine zahl in array