Sage La Torra schreef:

> http://infohost.nmt.edu/~slatorra/conversionstageone.txt
> 
> Any advice/comments/criticism on the document and even ideas on
> implementation would be greatly appreciated.

I think that 

  split('\s+') -> split(/\s+/)

should be 


  split('\s+') -> .split(/\s+/)

-- 
Groet, Ruud

Reply via email to