On Tue, Apr 17, 2001 at 05:20:05PM -0400, Casey West wrote:

> Now, if you really want your first two numbers in binary form, you can
> try something along these lines:

It is actually much, much easier than that Casey ;-)

printf "%b\n" for @ARGV;

if your perl >= 5.6.0

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to