![]() |
|
Just another Perl shrine | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
perl -e 'print oct"0b$ARGV[0]","\n"' 101010
perl -e 'printf"%b\n",@ARGV' 42 In reply to Re: Re: One-liner ascii/bin
by I0
|
|