Thread Bilder mit Perlscript ausgeben (14 answers)
Opened by Free Faq at 2003-09-15 11:36

Free Faq
 2003-09-15 19:52
#3550 #3550
User since
2003-09-10
141 Artikel
BenutzerIn
[default_avatar]
Hmm doch nicht :(
Hier mal der Quellcode:
Code (perl): (dl )
1
2
3
4
5
6
7
8
9
10
use strict;


open(IMAGE, "image.gif");
        binmode(IMAGE);
        my $Data = <IMAGE>;
close(IMAGE);

print "Content-type: image/gif\ n\ n";
print $Data;
\n\n

<!--EDIT|Free Faq|1063641186-->
Haut mich nicht, ich bin ein Noob!

View full thread Bilder mit Perlscript ausgeben