On Wed, Apr 18, 2001 at 12:35:31AM +0200, Paul Johnson wrote:
: 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;

  printf "%b\n", $_ for @ARGV;

Very nice :-)  I still had fun, for the record.

: if your perl >= 5.6.0


-- 
Casey West

Reply via email to