- Native MOP
- Autoboxing
- Built-in Try/Catch
- Built-in Fold, Foldr and Unfold list processors
- Lazy lists?
- Drop or modularise formats.
- Split this stuff from perlfunc into modules...
Low-level socket functions
"accept", "bind", "connect", "getpeername", "getsockname",
"getsockopt", "listen", "recv", "send", "setsockopt", "shutdown",
"socket", "socketpair"
System V interprocess communication functions
"msgctl", "msgget", "msgrcv", "msgsnd", "semctl", "semget",
"semop", "shmctl", "shmget", "shmread", "shmwrite"
Fetching user and group info
"endgrent", "endhostent", "endnetent", "endpwent", "getgrent",
"getgrgid", "getgrnam", "getlogin", "getpwent", "getpwnam",
"getpwuid", "setgrent", "setpwent"
Fetching network info
"endprotoent", "endservent", "gethostbyaddr", "gethostbyname",
"gethostent", "getnetbyaddr", "getnetbyname", "getnetent",
"getprotobyname", "getprotobynumber", "getprotoent",
"getservbyname", "getservbyport", "getservent", "sethostent",
"setnetent", "setprotoent", "setservent"