in reply to Using Perl, some Windows version and #!usr/bin/perl, WHY?

maybe when you use cygwin. But then... why to /usr/bin/perl?

Cygwin has its own root directory, so /usr/bin/perl is the correct cygwin path. To get the C: drive, you use /cygdrive/c/.

qq

Replies are listed 'Best First'.
Re: Re: Using Perl, some Windows version and #!usr/bin/perl, WHY?
by muba (Priest) on Mar 20, 2004 at 23:23 UTC
    Can't remember that. I think you're right. Well, in that case, it makes more sense to me.