On Thu, May 21, 2009 at 12:17 PM, Eric Auer <e.a...@jpberlin.de> wrote:

>
> Hi!
>
> > 1.  I am trying to run my very simple Perl script in FreeDOS which
> > opens a file and read from it. I have perl5 for MS-DOS.
> > So when I am running the script it gives an error saying:
> >
> > Can't locate SelectSaver.pm in @INC (@INC contains: c:/perl/lib/perl5
> > c:/perl/lib/perl5/site C:/perl/lib/perl5/site) at
> > c:/perl/lib/perl5/IO/File.pm line 110
> >
> > I checked the SelectSaver.pm exists in lib folder. I tried to copied
> > it into IO folder, but it didnt help.
>
> I think PM must be compiled for the right version of Perl,
> and I think there is a tool included with Perl which lets
> you manage the installed modules in an elegant way...
>
> http://www.cpan.org/ports/#msdos says you can also get
> Perl 5.8.8 and 5.6.1 and 5.00502 for DOS / DJGPP :-).


I am using Perl 5.8.8. for DOS/DJGPP. I downloaded it from cpan site.
But I think I need to install things....

>
>
> > 2. Another problem I am seeing is - I face a problem while running a DOS
> > program from my Perl script. I am using system("program_name"); in my
> > script. It runs the program, prints the output and then exits with error:
>
> > General Protection fault at eip=600b6; flags=3006
> > eax=008f0008; ebx = ..............................
>
> > the program itself runs without errors - I checked it separately , but
> > once I am running it from the script - the above error is displayed.
>
> It is possible that you use UMB areas which you should not
> use (but EMM386 cannot detect your problem for some reason)
> so you should try if not loading EMM386 or JEMM386 helps :-)


Thanks Eric, I'll try this.

>
>
> Eric
>
>
>
> ------------------------------------------------------------------------------
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals.
> Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> _______________________________________________
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Best Regards,
Inna
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to