in reply to
Re: One-liner ascii/bin
in thread
One-liner ascii/bin
perl -e '
print oct"0b$ARGV[0]","\n"
' 101010
perl -e '
printf"%b\n",@ARGV
' 42
Comment on
Re: Re: One-liner ascii/bin
Select
or
Download
Code
In Section
Seekers of Perl Wisdom