in reply to Re: cannot view png file from Graph::GD module
in thread cannot view png file from Graph::GD module

Off-topic: Will -w cause perl to fire warnings for CGI.pm code? I thought that was one reason the warnings pragma is considered a better choice.

Elda Taluta; Sarks Sark; Ark Arks

  • Comment on Re^2: cannot view png file from Graph::GD module

Replies are listed 'Best First'.
Re^3: cannot view png file from Graph::GD module
by toolic (Bishop) on Apr 08, 2010 at 02:23 UTC
    From the CGI documentation:
    If you use the -w switch, you will be warned that some CGI.pm argument names conflict with built-in Perl functions. The most frequent of these is the -values argument, used to create multi-valued menus, radio button clusters and the like. To get around this warning, you have several choices: