in reply to Problems with references using GD::Graph::Data
use diagnostics
Also perhaps you might want to rearrange some of your code so that:
becomesprint IMG $gd->gif; if (defined $gd)
conditional.if (defined $gd) { print IMG $gd->gif; } else { ... }
metadoktor
"The doktor is in."
|
|---|