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

Usage:

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