Thread umwandeln array in string, elemente umschreiben
(5 answers)
Opened by Gast at 2007-06-20 19:35
my $string = qq/("/ . join(",", @array) . qq/")/;
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 |