Date: 7 Sep 2001 01:02:30 GMT
From: damian@qimr.edu.au (Damian James)
Subject: Re: Compiling Scripts to DOS EXEs
Message-Id: <slrn9pg71r.lo9.damian@puma.qimr.edu.au>

Graham W. Boyes chose 5 Sep 2001 17:48:29 -0700 to say this:
>...
>Reading the usenet archives I've found a lot of folks use Perl2EXE for
>compiling their scripts.  However my script needs to be run off a
>Windows 98 boot disk.  Perl2EXE's compiler told me that my script
>needed to be run under Microsoft Windows.

If you can get perlcc to work for you (I haven't tried, myself), then you
might have some luck with djgpp (http://www.delorie.com/djgpp), a port of
the gnu tools to 16bit DOS. 

Cheers,
Damian
-- 
@:=grep!(m!$/|#!..$|),split//,<DATA>;@;=0..$#:;while($:=@;){$;=rand
$:--,@;[$;,$:]=@;[$:,$;]while$:;push@|,shift@;if$;[0]==@|;select$,,
$,,$,,1/80;print qq x\bxx((@;+@|)*$|++),@:[@|,@;],!@;&&$/}  __END__
Just another Perl Hacker, ### rev 3.3 -- stupidectomy performed :-)


