Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    #!/usr/bin/perl
    use MyFirma::Standard;
    
    # and now I want to use and have everything like above
    
  3. or download this
    package MyFirma::Standard;
    
    ...
        'use DBI',
        ...
        and so on}