DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T W

⟦356dbf05d⟧ TextFile

    Length: 732 (0x2dc)
    Types: TextFile
    Names: »Wishlist.dds«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦b5330643c⟧ »./cops/perl-4.019/perl.tar.Z« 
        └─⟦2b9a58213⟧ 
            └─⟦this⟧ »perl-4.019/msdos/Wishlist.dds« 

TextFile

Perl in general:
Add ftw or find?
Add a parsing mechanism (user specifies parse tree, perl parses).
Arbitrary precision arithmetic.
File calculus (e.g. file1 = file2 + file3, file1 =^ s/foo/bar/g etc.)

MS-DOS version of Perl:
Add interface to treat dBase files as associative arrays.
Add int86x function.
Handle the C preprocessor.
Provide real pipes by switching the processes. (difficult)
Provide a list of ioctl codes.
Check the ioctl errno handling.
I can't find an easy way in Perl to pass a number as the first argument
  to ioctl.  This is needed for some functions of ioctl.  Either hack
  ioctl, or change perl to ioctl interface.  Another solution would be
  a perl pseudo array containing the filehandles indexed by fd.