Thread Image::Magick - Optionale Attribute bei Annotate (5 answers)
Opened by Kean at 2011-06-14 15:25

pq
 2011-06-14 16:31
#149600 #149600
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
$hash{foo} = "bar";
$hash{boo} = "far";

# oder
%hash = (
    %hash,
    foo => "bar",
    boo => "far",
);
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 Image::Magick - Optionale Attribute bei Annotate