From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 06:31:02 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6059DC6B for ; Thu, 23 Apr 2015 06:31:02 +0000 (UTC) Received: from smtp208.alice.it (smtp208.alice.it [82.57.200.104]) by mx1.freebsd.org (Postfix) with ESMTP id 20D1F1FA1 for ; Thu, 23 Apr 2015 06:31:01 +0000 (UTC) Received: from soth.ventu (87.18.56.84) by smtp208.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 552F94A6012E5A4E for questions@freebsd.org; Thu, 23 Apr 2015 08:30:54 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.9) with ESMTP id t3N6UrI7018319 for ; Thu, 23 Apr 2015 08:30:53 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <5538919D.8060507@netfence.it> Date: Thu, 23 Apr 2015 08:30:53 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: Bacula and perl 5.20 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 06:31:02 -0000 Hello. Bacula has some PERL scripts which have the following header: > #!/usr/bin/env perl They stop working when I substitute the deprecated perl-5.16 with perl-5.20. Right now I just change that line with: > #!/usr/local/bin/perl However, as someone who doesn't know PERL and just undergo it, I'm curious. Could someone explain why this stopped working? bye & Thanks av.