View Single Post
  #1  
Old 03-15-2010, 10:40 AM
Python Python is offline
Senior Member
 
Join Date: Jun 2009
Posts: 4,684
Default Translation of PERL code into PYTHON. Help Required..

Hi there I am translating PERL code into python and i am new on both language.I have one question if we have hash key reference in PERL like this way $a->{b} how we can traslate it into PYTHON? and if we have this code $a->{$b} , how we translate it into PYTHON also? Waiting for help. Thanks...
__________________
Python
Domain Name Forum
Reply With Quote