in reply to Re^5: GD:image resolution issue
in thread GD:image resolution issue
The server will not let me get the variables:
#!/usr/local/bin/perl print "Content-type: text/html\n\n"; print "<code>\n"; foreach $key (sort keys(%ENV)) { print "$key = $ENV{$key}<p>"; }
I get an internal server error message
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: GD:image resolution issue
by BrowserUk (Patriarch) on Aug 11, 2010 at 12:36 UTC | |
by matua105 (Novice) on Aug 11, 2010 at 16:33 UTC |