perl to php data passing [closed]

monctoh

New Member
i have a perl file and a php file.i need to pass a big hash in the perl file to php.The data generated by perl file needs to be stored in a file.This php have to read this file and modify the same.This modified file needs to read back by the perl and do some other operation.The data to be shared is a perl hash which is really big and having lot of inner array also.i have tried to store the hash to json and read it in php but i failled.is there any other method for the same?
 
Back
Top