Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Perl 5 for MS-DOS

    Hello,

    I'm trying to run Perl 5 under MS-DOS. Until now I found out that
    there are two serious ports of Perl 5 available:

    one of Laszlo Molnar. This is a MSDOS/DJGPP port of perl 5.004_02.
    The other is Ilya Zakharevich's OS/2 port of Perl.

    As I have to use Perl on an MS-DOS machine with the following
    config.sys, I'm not sure which of the both Perls is better suited for
    me:

    config.sys:
    ----------
    DEVICE=a:\himem.sys /int15=4096 /testmem:off
    DEVICE=a:\emm386.exe noems x=C000-D1FF
    DOS=HIGH,UMB
    BREAK=ON
    FILES=69
    BUFFERS=10
    LASTDRIVE=Z
    SHELL=a:\command.com /E:2048 /P
    DEVICEHIGH=a:\setver.exe

    I read the instructions of both and as it is quiet a lot of work to
    set-up a running system I decided not just to try the installation but
    ask the newsgroup if there exist a more detailed installation
    instruction for theese Perl ports, or even another (better?) Perl port
    for MS-DOS.

    Thank you for any help or advice ...
    (except those advices that I should better use another language or OS
    or ...).

    I look forward to hear from one of you
    Rudi
    Rudi Langhanki Guest

  2. Similar Questions and Discussions

    1. Off Topic: Active Perl Native Windows / cygwin perl
      I have both activestate windows native perl installed and the default cygwin perl. How can I have the cygwin shell use the windows perl rather...
    2. Control a non-perl image viewer from perl script
      Below is a (non-finished) script that trys to run a linux viewer called eog (eye of gnome) in a script that will eventually allow me to power thru...
    3. Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
      Hi, In the process of trying to get perl modules installed, I downloaded over 300 Activestate specific perl modules and they work fine (of the ones...
    4. Effeciency question - perl scripts v's perl exe's
      Max Adams wrote: The only existing Perl compiler is part of perl. Anything else is just a packager that puts a perl, required modules, and the...
    5. Designing Interfaces with Perl and Perl APIs
      Hi, I am a long date perl programmer, and from time to time, I am having the same trouble: - To design interfaces for a self contained...
  3. #2

    Default Re: Perl 5 for MS-DOS



    [email]rudi.langhanki@web.de[/email] (Rudi Langhanki) wrote:
    >Hello,
    >
    >I'm trying to run Perl 5 under MS-DOS. Until now I found out that
    >there are two serious ports of Perl 5 available:
    >
    >one of Laszlo Molnar. This is a MSDOS/DJGPP port of perl 5.004_02.
    >The other is Ilya Zakharevich's OS/2 port of Perl.
    ...

    Siemens port of perl available at [url]http://www.cpan.org/authors/id/G/GR/GRAHAMC/[/url]
    has worked well for me. You basically unpack it and it's ready to run. You
    might have to set your path so binaries can be found, but that's about all.
    It comes with a LOT of modules installed.
    chas
    --
    for((112,97,99,107)){$s.=chr $_};
    ($z="``'=``:=`~,=``~=``{=;'=``'=+}=++=`~}=;".
    "'=;+=++=:'=;+=::=:~=,,=,'=::=,'=,:=::=,:=,;".
    "=::=,'=,:=::=,{=:_=::=,'=,:=::=,,=,~=::=,'=," .
    ":=::=:+=:_=:`=,+=`~")=~tr/~`';:,{}_+=/0-9i/;
    eval "\$_=$s 'c*', qw/@{[split /i/,$z]}/;";print;

    Chas Friedman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139