Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Perlito5 - TODO update: typeglobs
  • Loading branch information
fglock committed May 8, 2012
1 parent 36fb5f3 commit 1b4e7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TODO-perlito5
Expand Up @@ -186,6 +186,12 @@ TODO list for Perlito5
-- in the browser: implement "use" with XMLHttpRequest (what are the security implications?)

-- add symbol tables for scalar, array and hash
-- references to typeglobs:
$ perl -e ' print ref(\*main) '
GLOB
-- aliasing between lexicals and globals
$ perl -e 'use strict; my $x = 3; *main::z = \$x; print $main::z; '
3

-- string increment and string ranges
See: p5str_inc()
Expand Down

0 comments on commit 1b4e7ee

Please sign in to comment.