Re: Perl windows to linux conversion
- From: Joe Smith <joe@xxxxxxxxx>
- Date: Sat, 30 Apr 2005 03:41:30 -0700
Master wrote:
i want to convert my windows perl script code to linux.
If your perl script was properly written, and does not use any Windows-specific modules, simply converting from Windows line endings ("\r\n") to Unix line endings ("\n") and adjusting the shebang line should be sufficient. -Joe .
- References:
- Perl windows to linux conversion
- From: Master
- Perl windows to linux conversion
- Prev by Date: Re: Looking for Perl Grammar
- Next by Date: Re: Can this be rewritten better?
- Previous by thread: Re: Perl windows to linux conversion
- Next by thread: Looking for Perl Grammar
- Index(es):