Thread MySQL und Perl (71 answers)
Opened by H3llGhost at 2007-10-14 17:05

pq
 2007-11-05 21:09
#101890 #101890
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
H3llGhost+2007-11-05 18:55:16--
Mir ist gerade was aufgefallen ...
Ich brauche ein assoziatives Array ...

in perl ist das ein hash.
renee hat dir ja schon Data::Dumper empfohlen.
in der doku steht:
Code (perl): (dl )
1
2
3
4
    use Data::Dumper;

    # simple procedural interface
    print Dumper($foo, $bar);

guck dich doch mal etwas bei uns im wiki um. perlintro etc.
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 MySQL und Perl