- or download this
#!/usr/bin/perl
use strict;
...
$ENV{ORACLE_HOME}="/opt/oracle/oracle/product/10.2.0/db_1";
$ENV{NLS_LANG}="GERMAN_GERMANY.UTF8"; # Datenbank ist UTF8
- or download this
#!/usr/bin/perl
use MyFirma::Standard;
# and now I want to use and have everything like above
- or download this
package MyFirma::Standard;
...
'use DBI',
...
and so on}