![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Re: One-liner ascii/binby I0 (Priest) |
on Nov 11, 2001 at 13:13 UTC ( #124653=note: print w/replies, xml ) | Need Help?? |
perl -e 'print oct"0b$ARGV[0]","\n"' 101010
perl -e 'printf"%b\n",@ARGV' 42
In Section
Seekers of Perl Wisdom
|
|