summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-17 03:40:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-17 03:40:18 +0000
commite620704b2c2d55cb7d67022553a9a261b38dbc25 (patch)
tree1bc26a021f1d59722d5f532c2a0e958fd438e79f /Todo
parent7f2c89897f1cc260c9f4949731056784f989703f (diff)
downloadperl-e620704b2c2d55cb7d67022553a9a261b38dbc25.tar.gz
More Todo.
p4raw-id: //depot/cfgperl@5776
Diffstat (limited to 'Todo')
-rw-r--r--Todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Todo b/Todo
index 0db8ae27a6..bf1e7293bb 100644
--- a/Todo
+++ b/Todo
@@ -22,6 +22,11 @@ Would be nice to have
support in perlmain to rerun debugger
regression tests using __DIE__ hook
lexically scoped functions: my sub foo { ... }
+ the basic concept is easy and sound,
+ the difficulties begin with self-referential
+ and mutually referential lexical subs: how to
+ declare the subs?
+ lexically scoped typeglobs? (lexical I/O handles work now)
wantlvalue? more generalized want()/caller()?
named prototypes: sub foo ($foo, @bar) { ... } ?
regression/sanity tests for suidperl