diff options
author | Larry Wall <lwall@netlabs.com> | 1995-03-12 22:32:14 -0800 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1995-03-12 22:32:14 -0800 |
commit | 748a93069b3d16374a9859d1456065dd3ae11394 (patch) | |
tree | 308ca14de9933a313dceacce8be77db67d9368c7 /Todo | |
parent | fec02dd38faf8f83471b031857d89cb76fea1ca0 (diff) | |
download | perl-748a93069b3d16374a9859d1456065dd3ae11394.tar.gz |
Perl 5.001perl-5.001
[See the Changes file for a list of changes]
Diffstat (limited to 'Todo')
-rw-r--r--[-rwxr-xr-x] | Todo | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,7 +1,3 @@ -Modules needed - X/Motif/Tk etc. - Curses - Tie Modules VecArray Implement array using vec() SubstrArray Implement array using substr() @@ -24,12 +20,12 @@ Would be nice to have -i rename file only when successfully changed All ARGV input should act like <> Multiple levels of warning - .= shouldn't complain about undefined under -w report HANDLE [formats]. tie(FILEHANDLE, ...) __DATA__ support in perlmain to rerun debugger make 'r' print return value like gdb 'fini' + regression tests using __WARN__ and __DIE__ hooks Possible pragmas debugger @@ -57,7 +53,6 @@ Vague possibilities Populate %SIG at startup if appropriate sub mysplice(@, $, $, ...) data prettyprint function? (or is it, as I suspect, a lib routine?) - Nested destructors make tr/// return histogram in list context? undef wantarray in void context Loop control on do{} et al @@ -71,5 +66,4 @@ Vague possibilities autocroak? Modifiable $1 et al substr EXPR,OFFSET,LENGTH,STRING - locally capture warnings into an array |