Expire undeleted mail older than specified age

Olivier Nicole on at cs.ait.ac.th
Tue Jul 12 06:34:50 GMT 2005


> 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


More information about the freebsd-questions mailing list