conversion of Python object to perl object

2009-08-18 Thread srinivasan srinivas
Hi, I have to call a perl method which takes a hash as itsĀ argument from a python module. Is there a way to convert python dictionary to perl hash ( not hash ref)? Thanks, Srini See the Web#39;s breaking stories, chosen by people like you. Check out Yahoo! Buzz.

Re: conversion of Python object to perl object

2009-08-18 Thread Chris Rebert
On Mon, Aug 17, 2009 at 3:47 AM, srinivasan srinivassri_anna...@yahoo.co.in wrote: Hi, I have to call a perl method which takes a hash as itsĀ argument from a python module. Is there a way to convert python dictionary to perl hash ( not hash ref)? How are you calling the Perl method from