From: Robert Klemme Date: 2004-10-05T22:54:57+09:00 Subject: Re: env question "Yukihiro Matsumoto" schrieb im Newsbeitrag news:1096981307.926461.11274.nullmailer@x31.priv.netlab.jp... > Hi, > > In message "Re: env question" > on Tue, 5 Oct 2004 19:25:16 +0900, Florian Frank writes: > > |On 05.10.2004, at 12:04, Brian Schr�der wrote: > |> Could anyone help me on this one? > | > |#!/usr/bin/env ruby > |$VERBOSE = true > > If you don't need compile-time check. Personally I don't understand why pople use the "#!/usr/bin/env ruby" idiom anyway. AFAIK using the real path to the ruby interpreter is a) more efficient and b) more secure. So why use env? Did I miss something? Kind regards robert