>>>>> "T" == Tjabo Kloppenburg <tk / hcsd.de> writes:

T> #!/usr/bin/ruby
T> require("/usr/local/lib/ruby/1.6/net/http.rb")  # <- it works, but...

   require("net/http")

 You just need the part which is not $LOAD_PATH in this case "net/"


Guy Decoux