Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i serialize a doc , to a string in perl

Status
Not open for further replies.

shantec

Technical User
Oct 20, 2002
29
TR
i have packed an array with the pack command & have compressed it with LWF. Then i serialize, and retrieve it with SFREEZE. i decompress and get an array.

i print this to screen ,but get nothing.i want to insert a cookie in it.

how can i serialize this , to a string , so that i can use ina cookie.

thanks so much

shawn
 
i meant "how to serialize a binary string"

i print this to screen ,but get nothing.i want to insert a cookie in it.

how can i serialize a binary string into a text string , so that i can insert it in a cookie.

thanks so much

shawn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top