Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Re: hijacking a module constructor

by hackmare (Pilgrim)
on Nov 03, 2003 at 23:13 UTC ( [id://304279]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://304279]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 02:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found