Dear Mr. Phoenix, Thanks for the reply.
What I want is to when I give the x and y coordinates two polylines should be drawn and next the distance between these two polylines at given points should be calculated. I want to do this in perl. I understand that this can be done using GD::polyline module. Best wishes, Geetha -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Phoenix Sent: Saturday, June 16, 2007 12:34 PM To: Geetha Cc: beginners@perl.org Subject: Re: polylines On 6/15/07, Geetha <[EMAIL PROTECTED]> wrote: > I want to draw polylines and do some distance calculations. I searched any > tutorial relating to drawing polylines but couldn't find. Can you please > give me some references to learn about polylines in perl? My sources tell me that a polyline is a path made of straight line segments. If your software doesn't directly support polylines, you can simply draw the individual straight line segments. Is that what you need? Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/