Steven,
I do have recent installation:
pugs -> /usr/local/ActivePerl-5.8/bin/pugs (Version: 6.0.13) ghc -> ghc-6.4
But I can't make Arrays of Arrays or Hash of Hashes work. @ar.elems & @ar.last don't work either.
Unless I am doing something wrong - then may be somebody can show an example of usage?
Warm Regards Lev
At 10:16 AM 4/6/2005, Steven Schubiger wrote:
On 5 Apr, Lev Selector wrote:
: These things don't work in pugs yet, right? : : ===================== : arrays of arrays : hash of hashes : etc. : : @ar.elems : @ar.last
I'm not sure about AoA's, HoH's, etc. since I don't have a working pugs installation (yet), due to ghc not compiling properly. But to my knowledge, the last two should work.
Steven