in reply to Decode a binary string


Here's one way:
perl -le 'print pack "B*", pop' 0100100001101001

--
John.

Replies are listed 'Best First'.
Re: Re: Decode a binary string
by BrentDax (Hermit) on Apr 01, 2004 at 23:12 UTC

    ...d'oh.

    There's a reason my Perl geek code includes "I pack and unpack my suitcase."

    =cut
    --Brent Dax
    There is no sig.