tie() in perlito5
I've just added a small tie() example to the perlito5-in-the-browser page.
This was implemented today, and it only supports a few methods for now.
tie() does not make perlito5 any slower - the tied containers use a separate class, while the non-tied perl5 containers are javascript native array and hash objects.
A while back you thought implementing ties would slow perlito down, right?