http://www.perlmonks.org?node_id=871909


in reply to Does perl6 have a native linked-list data type?

i too miss the data structures you could easily implement in C, such as linked lists (with or without loop) and trees etc. then there's also the C builtin STRUCT. there's modules and ways of doing these in perl, but afaik these are not the same as doing it in C, managing memory and pointers oneself. someone else might have more clue about perl 6, haven't played with perl 6 much yet.
the hardest line to type correctly is: stty erase ^H