- or download this
*Hackmare::GD::Image::new = \&GD::Image::new;
and
*Hackmare::GD::Image:: = GD::Image::;
- or download this
*Hackmare::GD::Image::new = \&GD::Image::new;
*GD::Image:: = *SVG::GD::Image::;
...
return $self
}
- or download this
main::(test/18-loadsvggd.pl:6): print "Creating an SVG::GD Image\n";
DB<0>
...
DB<0>
GD::Image::new(SVG/GD.pm:81): bless $self, $class;