Hi, There is a problem in coding perl in windows and using it in linux. When you code in windows the file will contain dos/windows new line pairs instead of the Linux/UNIX single New Line character which may cause error in linux server.
to fix this you should open the file in vi and type the following command : set fileformat=unix Krishnakumar K.P Sr.Software Engineer Cybage Software Pvt. Ltd (An SEI-CMMI Level 5 Company) West Avenue, Kalyani Nagar Pune - 411 006 Tel: 020- 66041700/ 66044700 extn: 3178 Email: [EMAIL PROTECTED] Website: www.cybage.com -----Original Message----- From: Ryan Frantz [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 5:43 PM To: beginners@perl.org Subject: RE: Perl on Windows Server. > -----Original Message----- > From: Adilson P. de Souza [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 16, 2006 8:08 AM > To: beginners@perl.org > Subject: Perl on Windows Server. > > Hi All > > This is my first post at beginner list. I work with PHP/MySQL and now i > have to modify a aplication that use perl together php. > My remote server is Linux, but my machine of developtment is Win XP. > Is possible to develop a system on Win and to publish at Linux Server? > Thera is any problem? > > Thanks a lot. > > Stuka Sure, I do it all the time. Download and install ActiveState's Perl distribution: www.activestate.com You will, however, have to watch out for OS-specific issues such as any file-related operations. You can avoid problems if you write your code to be portable. For example, I have several clean-up scripts running on various Linux and Win32 boxen; the File::Find module has saved me the trouble of writing extra/messy code. ry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>