Karel Kulhavy wrote: > Is the /usr/bin/env portable on every Unix system? I believe so -- it's present in a lot of perl scripts out there. The main reason people advise against using env rather than hardcoding a path in the #! construct is security -- but folk aren't going to be running pktloss as a daemon on a security critical machine, right? ;-) cheers BMS