in reply to Passing or returnin php array to Perl
HTTP can only transfer serialized data structures (stream of bytes). So, without knowing how the PHP script is serializing the array (JSON, XML, home-grown, ...?), it's hard to tell how the Perl side should deserialize it...
|
|---|