in reply to Re: Re: How to get system -function negative return value?
in thread How to get system -function negative return value?

As I said in another post:
$ perl -wle 'print unpack c => pack C => 65280 >> 8' -1

Abigail