importenv.rb

Path: importenv.rb
Last Update: Mon Feb 26 16:29:04 GMT+10:00 2001

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

Usage:

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

[Validate]