Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2005 13:34:37 +0700 (ICT)
From:      Olivier Nicole <on@cs.ait.ac.th>
To:        yokean1@gmail.com
Cc:        scuba@centroin.com.br, freebsd-questions@freebsd.org
Subject:   Re: Expire undeleted mail older than specified age
Message-ID:  <200507120634.j6C6YbpX011726@banyan.cs.ait.ac.th>
In-Reply-To: <80b681a50507112330185dcd70@mail.gmail.com> (message from Ann Lee on Tue, 12 Jul 2005 14:30:31 %2B0800)
References:  <80b681a50507110125a87ed87@mail.gmail.com> <Pine.BSI.4.33.0507111227310.18478-100000@hypselo.centroin.com.br> <80b681a505071123165c0f1158@mail.gmail.com> <200507120619.j6C6Jh3i011562@banyan.cs.ait.ac.th> <80b681a50507112330185dcd70@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> The 1st line is /usr/local/bin/perl . Trying to put in
> usr/local/bin/perl.... same problem. Command not found.

Where is your perl interpreter?

$ which perl

and use the reult in the first line.

i expect the result to be /usr/bin/perl so the 1st line should be

#!/usr/bin/perl

Olivier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507120634.j6C6YbpX011726>