in reply to Creating an image map using Perl code

Not strictly Perl related but you don't actually want X and Y coordinates if your AREA tag is a circle. You have X and Y coordinates for the centre of the circle, and a pixel number for the radius.


($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print
  • Comment on Re: Creating an image map using Perl code