Ask a Question related to PERL Miscellaneous, Design and Development.
-
Rudi Langhanki #1
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
-
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... -
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... -
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... -
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... -
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... -
Chas Friedman #2
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



Reply With Quote

