Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Yitzchak Scott-Thoennes
On Fri, Mar 11, 2005 at 06:12:58PM -0500, Igor Pechtchanski wrote: > On Fri, 11 Mar 2005, Yitzchak Scott-Thoennes wrote: > > > On Thu, Mar 10, 2005 at 08:44:40PM -0500, Igor Pechtchanski wrote: > > > Hi, > > > > > > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. > > > > > > $ perl -e 'e

Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Brian Dessent
Igor Pechtchanski wrote: > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. Some perl > script uses the "-r" test to chech whether a directory is readable. It > fails on the following directory: For what it's worth I can't seem to observe this with a directory with similar permissions:

Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Igor Pechtchanski
On Fri, 11 Mar 2005, Yitzchak Scott-Thoennes wrote: > On Thu, Mar 10, 2005 at 08:44:40PM -0500, Igor Pechtchanski wrote: > > Hi, > > > > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. > > > > $ perl -e 'exit !(-r $ARGV[0])' /cygdrive/c/Program\ > > Files/ThinkPad/Utilities && echo "yep

Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Yitzchak Scott-Thoennes
On Thu, Mar 10, 2005 at 08:44:40PM -0500, Igor Pechtchanski wrote: > Hi, > > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. Some perl > script uses the "-r" test to chech whether a directory is readable. It > fails on the following directory: > > $ perl -e 'exit !(-r $ARGV[0])' /cygd

Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Igor Pechtchanski
On Fri, 11 Mar 2005, Corinna Vinschen wrote: > On Mar 10 20:44, Igor Pechtchanski wrote: > > Hi, > > > > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. > > [snip] > > $ perl -e 'exit !(-r $ARGV[0])' /cygdrive/c/Program\ > > Files/ThinkPad/Utilities && echo "yep" > > $ test -r /cygdrive

Re: Problem with the "-r" test in Perl 5.8.6-4

2005-03-11 Thread Corinna Vinschen
On Mar 10 20:44, Igor Pechtchanski wrote: > Hi, > > I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. Some perl > script uses the "-r" test to chech whether a directory is readable. It > fails on the following directory: > > $ perl -e 'exit !(-r $ARGV[0])' /cygdrive/c/Program\ Files/Thi

Problem with the "-r" test in Perl 5.8.6-4

2005-03-10 Thread Igor Pechtchanski
Hi, I'm having trouble with Perl 5.8.6-4 under Cygwin 1.5.12. Some perl script uses the "-r" test to chech whether a directory is readable. It fails on the following directory: $ perl -e 'exit !(-r $ARGV[0])' /cygdrive/c/Program\ Files/ThinkPad/Utilities && echo "yep" $ test -r /cygdrive/c/Pro