Help for this page

Select Code to Download


  1. or download this
    mce_flow_s sub { draw_line($_) }, 0, $h - 1;
    
  2. or download this
    # synopsis: perl mandelbrot.pl 1024 > image.pbm
    #
    ...
    print "P4\n$w $h\n"; # PBM image header
    print @picture;