Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Posting arrays

by moritz (Cardinal)
on Mar 10, 2011 at 16:00 UTC ( [id://892449]=note: print w/replies, xml ) Need Help??


in reply to Posting arrays

Web forms are transmitted via HTTP, which supports only text and bytes, no arrays.

So you need to convert your array to text, and then later turn the text into an array again.

The simplest approach is to join the array by a delimiter that does not appear in the data, and split it again on the same delimiter.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-16 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found