in reply to Convert ASCII string to 7-bit binary string
c:\@Work\Perl\monks>perl -wMstrict -le "my $out; ;; $out .= reverse for unpack '(b7)*', '4B3A'; print qq{'$out'}; " '0110100100001001100111000001'
Give a man a fish: <%-{-{-{-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Convert ASCII string to 7-bit binary string
by johngg (Canon) on Oct 28, 2015 at 11:52 UTC | |
by AnomalousMonk (Archbishop) on Oct 28, 2015 at 12:55 UTC | |
|
Re^2: Convert ASCII string to 7-bit binary string
by Anonymous Monk on Oct 30, 2015 at 22:52 UTC | |
by AnomalousMonk (Archbishop) on Oct 31, 2015 at 10:52 UTC |