in reply to Re: Translating simplex noise code from java to perl
in thread Translating simplex noise code from java to perl

The code which outputs the graphics is in what I posted (the part which begins with print "P2\n"). Just run it and you'll get a noise image on stdout in ASCII.

To display it, you can use Image magick for instance.

$ perl SimplexNoise.pm |display -