Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^4: Unpack Fail to Decompress String?

by samwyse (Scribe)
on Jan 13, 2009 at 15:23 UTC ( [id://735965]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Unpack Fail to Decompress String?
in thread Unpack Fail to Decompress String?

With a trailing full length, the last comes first and the first last, with those in the middle keeping their correct relative ordering
So, don't use the actual length, use length mod 4.
inputpacked
ACGT1b 00
ACGTA1b 01
ACGTAA1b 02
ACGTAAA1b 03
ACGTAAAA1b 00 00
ACGTAAAAA1b 00 01
  • Comment on Re^4: Unpack Fail to Decompress String?

Replies are listed 'Best First'.
Re^5: Unpack Fail to Decompress String?
by BrowserUk (Patriarch) on Jan 13, 2009 at 15:32 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://735965]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found