ereptur wrote on Wed Sep 13 23:09:27 MEST 2006:
I am working with a large hash and when it gets loaded with all of the data, the variable in the debugger view shows "..Cut" after some number of elements. Is there some type of limit to the number of variables the variable display can show? Right now my structure is like: datamap { 'cl' { 'Test' { 'Name' => 'abc', 'IP Address' => '123.123.123.123' } 'Test1' { 'Name' => 'abc', 'IP Address' => '123.123.123.123' } } 'ts' { 'Name' => 'Minnesota', 'IP Address' => '123.123.123.123' } } The problem is that after a number of the cl entries, all the rest show up with the cut in them and I cannot view their data. If there is some sort of limit in the display, then can there be an option to toggle whether to display them as it currently does, or to display the first few elements in each key of the hash and not descend as far into the data structure? -- Jerry
Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.