Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Free Nodelet freed

by ikegami (Patriarch)
on Nov 03, 2006 at 02:25 UTC ( [id://581992]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    // Hack around mangling of left square bracket by PerlMonks.
    
    ...
    function set_item(a, i, v) {
       return eval("a\x5Bi] = v");
    }
    
  2. or download this
    var a = new Array(5);
    set_item(a, 2, "Hello World\n");
    alert(get_item(a, 2));
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://581992]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 06:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found