http://www.perlmonks.org?node_id=352367


in reply to Using GD output for HTML imagemaps -- GD::Graph::Map recipe

hi, i have tried your code, it apperears so much errors 5.6.1/GD/Graph/Map.pm line 367. Use of uninitialized value in numeric lt (<) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 361. Use of uninitialized value in numeric gt (>) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 310. Use of uninitialized value in numeric gt (>) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 311. Use of uninitialized value in numeric gt (>) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 366. Use of uninitialized value in numeric lt (<) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 367. Use of uninitialized value in numeric lt (<) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 361. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. Use of uninitialized value in numeric eq (==) at /usr/local/lib/perl5/site_perl/5.6.1/GD/Graph/Map.pm line 309. in fact i meet a same problem, it seems MAP does not work with the objet Pie. i am looking forward to your response mail liu_haisheng@mentor.com regards
  • Comment on Re: Using GD output for HTML imagemaps -- GD::Graph::Map recipe

Replies are listed 'Best First'.
Re^2: Using GD output for HTML imagemaps -- GD::Graph::Map recipe
by Anonymous Monk on Jun 25, 2007 at 09:56 UTC
    Using perl v5.8.7, i just had to mess with path (in script) and permissions (on file system) and all worked great, a nice one Boo, thank you, great source for my test. Alex