The problem exists because Win32 doesn't happen to be on my UNIX box. :) Is there another way to conditionally use a module?$is_NT = ($ENV{'OS'} eq 'Windows_NT'); if ($is_NT) { eval { use Win32::ODBC; } } else { eval { use DBI; } }
In reply to RE: Re: help with a Perl term
by Shendal
in thread help with a Perl term
by zdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |