Help for this page

Select Code to Download


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