Re: Perl windows to linux conversion



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!
.



Relevant Pages

  • Re: GUI and Rapid Application Development?
    ... Most simple applications that I dealt with did not need the use of API ... I imagine Perl is faster, ... my Perl scripts are more compact ... Chirag> in Windows that could run on Windows 98 through 2003. ...
    (comp.os.linux.misc)
  • Re: Oracle error with swedish characters
    ... > machine was just a test to see if it was a greater perl problem. ... > works on windows i am now trying to get perl DBI to work only on linux. ... what you want to use in the system configuration, and also in the Oracle 8.1.7. ...
    (perl.dbi.users)
  • RE: Perl on Windows Server.
    ... There is a problem in coding perl in windows and using it in linux. ... Subject: Perl on Windows Server. ...
    (perl.beginners)
  • Re: ping Purl Gurl? Beginner Level Perl
    ... Purl Gurl wrote: ... If you are to learn Perl, ... Windows machines is good motivation for using Win. ...
    (alt.usage.english)
  • Getting Active State Perl (Win32) talking to an 11.0.3 server running on RH Linux 9
    ... Can anyone please give me any pointers on installing DBD::Sybase on ... I have a an XP Pro box with Sybase ASE 12.5 and Active State Perl ... windows box and that can talk quite happily to the Linux ASE. ...
    (comp.databases.sybase)