tamaguchi has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w my $file = "blopp.gif"; binmode STDOUT; $var='GIF89a + ! , %IT8˴y`4EPT|oUF ;' +; open(OUTFILE, '>blopp.gif') or die "Could not open blopp.gif"; print OUTFILE $var; close(OUTFILE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Store image in string
by GrandFather (Saint) on Mar 14, 2011 at 02:18 UTC | |
|
Re: Store image in string
by kejohm (Hermit) on Mar 14, 2011 at 02:21 UTC |