in reply to Re^2: GD:image resolution issue
in thread GD:image resolution issue

I am in a large bu.

What is a "large bu"?

To find out the version you have installed, do:

perl -MGD -le"print $GD::VERSION" 2.44

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
RIP an inspiration; A true Folk's Guy

Replies are listed 'Best First'.
Re^4: GD:image resolution issue
by matua105 (Novice) on Aug 10, 2010 at 23:35 UTC

    bu= business unit.

    The way it is set up is I only have access to the unix servers via my windows xp laptop, and the permissions given to me by the sysadmins.

    I am able to map to the directories I have permission via windows explorer.

    Given this, is there a way to check what version of GD we are using?

      I see from code you've posted in another node that your operating in a cgi environment. So the simplest way would be to display the version number in the browser.

      You should also display the perl version number $], and the contents of both @INC and %INC.

        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