This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 9
[perl5.git] / msdos / Wishlist.dds
CommitLineData
21d892ea
LW
1Perl in general:
2Add ftw or find?
3Add a parsing mechanism (user specifies parse tree, perl parses).
4Arbitrary precision arithmetic.
5File calculus (e.g. file1 = file2 + file3, file1 =^ s/foo/bar/g etc.)
6
7MS-DOS version of Perl:
8Add interface to treat dBase files as associative arrays.
9Add int86x function.
10Handle the C preprocessor.
11Provide real pipes by switching the processes. (difficult)
12Provide a list of ioctl codes.
13Check the ioctl errno handling.
14I can't find an easy way in Perl to pass a number as the first argument
15 to ioctl. This is needed for some functions of ioctl. Either hack
16 ioctl, or change perl to ioctl interface. Another solution would be
17 a perl pseudo array containing the filehandles indexed by fd.