Help for this page

Select Code to Download


  1. or download this
    *Hackmare::GD::Image::new = \&GD::Image::new;
    and
    *Hackmare::GD::Image:: = GD::Image::;
    
  2. or download this
    *Hackmare::GD::Image::new = \&GD::Image::new;
    *GD::Image:: = *SVG::GD::Image::;
    ...
    
        return $self
    }
    
  3. 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;