in reply to convert to binary number
my $int = 123; printf "%b\n", $int;
Update: Another option is to use pack + unpack.
my $int = 123; say unpack "B*", pack "n", $int;
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: convert to binary number
by dbander (Scribe) on Jun 05, 2017 at 17:13 UTC |