Thread best. Feld speichern (wie z.B. bei awk) (27 answers)
Opened by Duff at 2008-03-19 11:53

pq
 2008-03-19 15:24
#107248 #107248
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
KurtZ+2008-03-19 13:50:41--
Code (perl): (dl )
cat beispiel.txt | perl -ne "print +(split /\|/,$_)[3],qq~\n~"

glückwunsch zum Useless-Use-Of-Cat award.
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread best. Feld speichern (wie z.B. bei awk)