Thread chomp (7 answers)
Opened by gast at 2010-11-27 10:19

Gast gast
 2010-11-27 10:19
#143112 #143112
Mach dieser Code-Teil
Code (perl): (dl )
grep (($_ =~ s/[\r\n]+$//) && 0, @list);
das gleiche wie
Code (perl): (dl )
chomp( @list )
bzw. wozu dient das
Code (perl): (dl )
&& 0
?
Last edited: 2010-11-27 10:24:13 +0100 (CET)

View full thread chomp