Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 10 Oct 2002 17:21:15 -0700 (PDT) From: Alan Westhagen To: cygwin AT cygwin DOT com Subject: Perl can't find my files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I wrote a perl program which uses the construct while (<>) { } If I run this script from the directory in which it resides, and the files whose names are passed as arguments reside in a subdirectory, everything works fine. Otherwise I get the following error message: Can't open : No such file or directory at line 6 . I am certain that the files in the argument list do indeed exist, because I run an "ls" with the same pattern and they are listed. I must be missing an environment variable opr some other configuration switch. Has anyone experienced this problem? -- Alan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/