From: Yaser Sulaiman Date: 2011-02-14T06:44:12+09:00 Subject: Re: Newbie having serious problems --90e6ba6e8302d3cd0f049c30d44b Content-Type: text/plain; charset=ISO-8859-1 On Sun, Feb 13, 2011 at 10:55 PM, Micah Wolfe <52w7te9ara@snkmail.com>wrote: > What, exactly, is wrong with his syntax and if there is how can I change > it so it will run? > Hi Micah, I think that you got the code form part 2 of the tutorial [1] by clicking on the "click to expand" link. For some reason, the code on that page is quite messed up -- for example, notice the lack of backslashes: the `n`s at the end of some of the strings should be `\n`, which is the escape sequence for newline. The downloadable script file [2] looks OK (based on a quick visual inspection using Vim). Try downloading it and see if it actually works. Regards, Yaser Sulaiman [1]: http://blog.newsplore.com/2009/03/01/political-boundaries-overlay-google-maps-2 [2]: http://blog.newsplore.com/wp-content/uploads/2009/02/gen_encpolygons.rb --90e6ba6e8302d3cd0f049c30d44b--