On Thu, Feb 05, 2004 at 12:22:20PM -0000, Richard I. Kirkcaldy wrote: > Target[eximstats]: `/root/qpeek.pl` > > aukermail:~# ./qpeek.pl > 22001 > 22544 > 144
Please try this: PATH="" /root/qpeek.pl (or any other way of setting PATH to empty). If that works (as in: it returns numbers) reroute its output to a file and run it through od -tx1 3rd test: create another test program as follows: #!/bin/bash echo 22001 echo 22544 echo 144 (adjust path and shell if necessary) and use that in stead of qpeek.pl Alex -- begin sig http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1 This message was produced without any <iframe tags -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
