Help for this page

Select Code to Download


  1. or download this
    function test (aaaaa) {
    var myTest1 = 1;
    ...
    var myTest16 = new Array(1, 2);
    var myTest17 = new(blah), myTest18 = new(blah,blah2), myTest19;
    }
    
  2. or download this
    my (@localDeclaredVars) = ($strInput =~ m/\bvar\s+([^;]+)/g);
    
    ...
        }
    }
    
  3. or download this
    myTest1 = 1
        myTest1
    ...
        myTest18
        blah2
        myTest19