jagerman | GumbyBRAIN: Yo this package is big, but my package is bigger. |
GumbyBRAIN | This is in the package. |
action | CPAN upload: Perl6-Perldoc-v0.0.4 by DCONWAY |
CPAN | upload: Perl6-Perldoc-v0.0.4 by DCONWAY |
infi | GumbyBRAIN: mice is nice but incest is best |
GumbyBRAIN | Also nice is a reference to the best nick. |
huhlig | what would cause gd.pm to spit out a solid color screen after calling polygon() |
infi | does your polygon have 4 sides and is set to 1280x1024? |
huhlig | set to 1280 by 1024? no it has six points |
ofer | what does "10/9c" mean ? it's somehow related to TV episodes |
Jmax- | 10 eastern, 9 central |
ofer | like 10AM ? |
Jmax- | there's probably a wikipedia article on it dunno, is it a prime time show? probably pm |
ofer | yeah, prime time. thanks tehn then* |
huhlig | infi http://pastebin.ca/449191 |
buubot | The paste 449191 has been copied to http://erxz.com/pb/2299 |
Jmax- | you're welcome :) |
ofer | huhlig, #!C:\perl\bin\perl.exe -w this is useless windows doesn't use shebang lines at all |
huhlig | ofer why is that |
ofer | keep it /usr/bin/erpl |
huhlig | apache does |
ofer | perl* why are you running Perl as CGI ? |
huhlig | because I am writting a GI program CGI |
Jmax- | use #!perl |
huhlig | ok its changed now why does it create a solid black image |
Khisanth | huhlig: because you have the background set to black and you are drawing with black :) |
huhlig | ok If I change one line to white $image->polygon($poly,$white); it fails |