A global user hash

The Spectra module defines the hash %user_h and initializes in use Spectra;. This features has been introduced to allow users to savely pass information between different Perl scripts, e.g.:

#!/usr/bin/perl -w

use strict; 
use Spectra;

$Spectra::user_h{ user_var} = "some-value";