Thread zeilen aus datei sortiert ausgeben
(6 answers)
Opened by Gast at 2006-09-07 13:08
[quote=renee,07.09.2006, 11:15]Das mit
kann auch kürzer geschrieben werden:
Code: (dl
)
my @lines = sort{$a cmp $b}<$fh>; my @lines = sort <$fh>;\n\n <!--EDIT|pq|1157622728--> 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 |