in reply to clear perl hash variable

I would do it similar:

hash={};

-- 
Ronald Fischer <ynnor@mm.st>

Replies are listed 'Best First'.
Re^2: clear perl hash variable
by derby (Abbot) on Mar 04, 2009 at 12:10 UTC
    That's how you would clear a Javascript object (which may be what the OP is after, who knows) but not a perl hash *in* Javascript.
    -derby