On Sat, 10 Feb 2001 19:41:48 +0900, Fung David wrote: > mmm, how about if i am using ruby in a cgi environment? where should i run > this command: set the environment variable RUBYLIB.... you could put $:.push "path/to/lib" require "lib" at the top of your script. Instead of hardwiring the path string, you could also read it from some other well-known location, e.g. a file or a directory service. Michel