Help for this page
package Karl::Fractals::Mandelbrot; ... int mandelbrot(int x, int y) { return x*y; }
#!/usr/bin/env perl ... bless({ height => 1024, iterations => 20, width => 1280 }, "Karl::Frac +tals::Mandelbrot") 1280 1024 20 14