#!/perl/bin/perl my %CONFIG = (); $CONFIG{dsn} = 'dbi:Oracle:localhost'; $CONFIG{username} = 'testbenutzername'; $CONFIG{password} = 'testpasswort'; \%CONFIG;