> On Linux, you can try: > > #!/usr/bin/env ruby > > Dunno if that will work on Windows, though. I found on my 95 box, if I just do #! ruby ... and ruby.exe is in the path, it works just fine. But no such luck on my NT4 or Linux boxes at work -- both want the path. I'd seen the #!/usr/bin/env ruby in the pickaxe book, but this ain't flyin' on my Linux box (but I'm truly a Linux idiot ... so I'm sure it's me...) Chris