in reply to Re^2: clear perl hash variable
in thread clear perl hash variable
From what I've learned, this amounts to the same. If you just use
you can already use it as associative array in Javascript.:x=new Object
nicer. See for instance http://www.quirksmode.org/js/associative.html.x['foo']='bar' </p> I just find the syntax <c> x={}
|
|---|