importenv.rb

Path: importenv.rb
Last Update: Sat Oct 15 23:44:27 AUS Eastern Standard Time 2005

importenv.rb — imports environment variables as global variables, Perlish ;(

Usage:

 require 'importenv'
 p $USER
 $USER = "matz"
 p ENV["USER"]

[Validate]