Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    use Math::Fractal::Curve;
    ...
    my $depth = 5;
    
    my $edges = $curve->fractal($depth);
    
  2. or download this
    # append to the other part of the script    
    use Imager;
    ...
    
    $img->write(file=>$filename) or
            die $img->errstr;