how can I echo the decimal number 0 instead of the ascii "0" ?
passthru can do it in response to a shell function. Is there another way?
does echo pack("C", 0) do it?
Lisa
passthru can do it in response to a shell function. Is there another way?
does echo pack("C", 0) do it?
Lisa
Comment