All, I resently installed cygwin on my windows pc. Prior to using cygwin, I used dos to run all of my bat files, perl, sql, etc... I can run all of my bat files for perl and sql in dos and / or cygwin. However, when I attempt to run the perl script directly at the command line in cygwin, I get the below error.

Can't locate DBI.pm in @INC

Initially, I tried the "use lib" module to point to the modules directory. It did not work.

It is very strange, because the perl script will run in cygwin as a bat file (i.e. ./test.bat) in the below format.

c:\test_error\test.pl > PERL_ERROR.log 2>&1

However, it will not run at the command line. I have tried some of the following options:

perl -w test.pl or ./test.pl

And I still get the error. Does anyone have any suggestion? How would perl run at all if the modules where not installed correctly? What is different about cygwin? Is there some kind of global view when running a bat file that cygwin does not see at the command line?


In reply to Running Perl with Cygwin by cocl04

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.