Thread umwandeln array in string, elemente umschreiben (5 answers)
Opened by Gast at 2007-06-20 19:35

pq
 2007-06-21 00:16
#77705 #77705
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread umwandeln array in string, elemente umschreiben