slloyd has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to run Perl from a boot floppy? 16 bit dos?

Replies are listed 'Best First'.
Re: Running Perl in 16-bit DOS mode
by edan (Curate) on Jul 27, 2004 at 12:21 UTC

    Try tinyperl. It most certainly fits on a floppy. I don't know about 16-bit DOS mode, but you could always ask gmpassos.

    --
    edan

Re: Running Perl in 16-bit DOS mode
by gaal (Parson) on Jul 26, 2004 at 19:49 UTC
    You *might* be able to get away with putting miniperl (a small-featured version of perl which is built during the compilation of perl itself) on a boot floppy. Must you use DOS? Doing this with one of the linux boot floppy systems sounds like it's going to be easier.