Re: /bin/perl vs. /usr/bin/perl

2014-11-04 Thread lee
Martin Read zen75...@zen.co.uk writes: On 01/11/14 14:52, lee wrote: what's the proposed Debian way to deal with a different location of the 'perl' executable? #! /usr/bin/env perl Fedora has /bin/perl, Debian has /usr/bin/perl. Since I still have Fedora on the desktop and Debian on the

Re: /bin/perl vs. /usr/bin/perl

2014-11-02 Thread emmanuel segura
#! /usr/bin/env perl use warnings; 2014-11-01 17:58 GMT+01:00 Jonathan Dowland j...@debian.org: On 1 Nov 2014 15:30, Martin Read zen75...@zen.co.uk wrote: On 01/11/14 14:52, lee wrote: what's the proposed Debian way to deal with a different location of the 'perl' executable? #!

/bin/perl vs. /usr/bin/perl

2014-11-01 Thread lee
Hi, what's the proposed Debian way to deal with a different location of the 'perl' executable? Fedora has /bin/perl, Debian has /usr/bin/perl. Since I still have Fedora on the desktop and Debian on the VMs, I need compatibility. -- Again we must be afraid of speaking of daemons for fear that

Re: /bin/perl vs. /usr/bin/perl

2014-11-01 Thread Martin Read
On 01/11/14 14:52, lee wrote: what's the proposed Debian way to deal with a different location of the 'perl' executable? #! /usr/bin/env perl Fedora has /bin/perl, Debian has /usr/bin/perl. Since I still have Fedora on the desktop and Debian on the VMs, I need compatibility. ... but I

Re: /bin/perl vs. /usr/bin/perl

2014-11-01 Thread Jonathan Dowland
On 1 Nov 2014 15:30, Martin Read zen75...@zen.co.uk wrote: On 01/11/14 14:52, lee wrote: what's the proposed Debian way to deal with a different location of the 'perl' executable? #! /usr/bin/env perl The trouble with this is perl -w doesn't work. ... but I thought that on Fedora,