Help for this page

Select Code to Download


  1. or download this
    $r = (exists $ENV{INFORMIXSQLHOSTS}) ? $ENV{INFORMIXSQLHOSTS} : 'sqlho
    +st')
    
  2. or download this
    $r = ((exists $ENV{INFORMIXSQLHOSTS} && defined($ENV{INFORMIXSQLHOSTS}
    +) && length($ENV{INFORMIXSQLHOSTS})  ) ? $ENV{INFORMIXSQLHOSTS} :  's
    +qlhost'));