The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBD::Informix::Defaults - Default values for INFORMIXDIR and INFORMIXSERVER

SYNOPSIS

use DBD::Informix::Defaults;

DESCRIPTION

This module was generated automatically by DBD::Informix (IBM Informix Database Driver for Perl Version 2003.04 (2003-03-05)). It records the default values of INFORMIXDIR and INFORMIXSERVER that were in use when DBD::Informix was built. You can edit the returned values if you need to.

The recorded default values are:

EOF

        print DEFAULTS "    INFORMIXDIR    = $ENV{INFORMIXDIR}\n";
        print DEFAULTS "    INFORMIXSERVER = $ENV{INFORMIXSERVER}\n";
        print DEFAULTS <<'EOF';

You will seldom if ever have cause to use this module directly. You should seldom have cause to use it indirectly either because you will always set INFORMIXDIR and INFORMIXSERVER in the environment before using DBD::Informix.

AUTHOR

Jonathan Leffler