Re: Perl windows to linux conversion
- From: Henry Law <lawshouse.public@xxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 18:10:36 +0100
On 29 Apr 2005 09:15:18 -0700, bsvijayan@xxxxxxxxx (Master) wrote:
>i want to convert my windows perl script code to linux.Please help me
>in finding the links for the same
>thanks
>saravan
Can I encourage you to think a bit more about this question? The
elements of the Perl language work perfectly in any operating system;
try
print "Hello world\n";
But modules that do specific Windows-ish stuff won't give the same
results in Linux; in fact they'll probably crash. Any of the
Win32::whatever modules, for example.
Other functions are different between Windows and Linux, so if your
Perl exploits them the results will be different. There's a section
in the ActiveState help that details a lot of them. "Windows
implementation quirks" is a good place to start.
Maybe someone is at this moment posting useful URLs for you to look
at; I hope so. If not then you'd be better to take a simple Perl
program from your Windows machine and run it in Linux and see what
happens! If you don't understand what happened, or can't work out how
to fix it, post again!
.
- References:
- Perl windows to linux conversion
- From: Master
- Perl windows to linux conversion
- Prev by Date: Re: Entirely new idea for a webpage
- Next by Date: Re: Can this be rewritten better?
- Previous by thread: Re: Perl windows to linux conversion
- Next by thread: Re: Perl windows to linux conversion
- Index(es):
Relevant Pages
|
|