BiLE-weigh.pl gives sort: open failed: +1: No such file or directory - error May 27, 2007 Simply change this line from: `cat temp | sort -r -t ":" +1 -n > @ARGV[1].sorted`; to: `cat temp | sort -r -t ":" -k 1 -n > @ARGV[1].sorted`; technorati tags:sort, perl, bile