PetaMem has asked for the wisdom of the Perl Monks concerning the following question:
we develop our applications under the Linux OS plus take care that they run under all major UNIX derivates (HPUX,Solaris,AIX). However, a users infrastructure is often Win32, so we need to provide at least some functionality for this OS.
We sent an user one of the least complex programs we have: a command line client to connect to a NLP/NLU server. Unfortunatedly, the user is not able to even find two required modules: Term::ReadPassword and Term::Readline::Gnu (it seems for Win, modules are distributed as some ppm packages?).
I have read perldoc perlport but this covers the modules issue only marginally.
So we can detect the ability of Readline and scrap the history feature for Win32, so he could use the basic Term::Readline, but to solve this issue more generally, we'd need to know:
Bye
PetaMem All Perl: MT, NLP, NLU
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with porting issues to Win32
by Corion (Patriarch) on Mar 30, 2004 at 10:57 UTC | |
|
Re: Help with porting issues to Win32
by marmot (Novice) on Mar 30, 2004 at 14:01 UTC | |
|
Re: Help with porting issues to Win32
by MADuran (Beadle) on Mar 30, 2004 at 16:20 UTC | |
|
Re: Help with porting issues to Win32
by PetaMem (Priest) on Mar 31, 2004 at 14:51 UTC |