From e620704b2c2d55cb7d67022553a9a261b38dbc25 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 17 Mar 2000 03:40:18 +0000 Subject: More Todo. p4raw-id: //depot/cfgperl@5776 --- Todo | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Todo') 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 -- cgit v1.2.1