On 12/14/05, Steve Litt <slitt / earthlink.net> wrote: > Hi all, > > Anyone have a short and easy GetoptLong example in Ruby? It's not > object oriented in Perl or C, so I'm in unfamiliar territory. Funny I was just in the same position yesterday. A google of "ruby getoptlong" gave this as the second link, which is how I got on with it: http://www.linuxdevcenter.com/pub/a/linux/2003/09/18/ruby_csv.html?page=2 Cheers, /Nick