Re: Can I upload Perl program in unicode?
- From: Ben Bullock <benkasminbullock@xxxxxxxxx>
- Date: Tue, 29 Jul 2008 13:15:35 +0000 (UTC)
On Tue, 29 Jul 2008 09:57:57 +0200, Christian Winter wrote:
John schrieb:
If a Perl script can be encoded in UTF8, the problem must lie with the
upload. I use WS_FTP Pro on my Windows (sorry) machine
A lot of people here use Perl on Windows. One of my main uses for Perl
is manipulating Microsoft Word/Excel documents via Win32::OLE.
and vsftpd on my
linux server. I need to look at the setup on both.
Did you know you can use Explorer as an ftp client on Windows? It's fairly
handy.
Also have a look at line endings, windows-style line ends
(CRLF) generally don't mix well with Perl on *nix systems
The only problem with these on Unix systems is "bad interpreter" messages
if there is a ^M at the end of the #! line. But these messages come from the
shell, not Perl itself. Perl is able to cope with any kind of line
endings on Unix, so you can run your scripts as "perl myscript" it will
be OK.
.
- References:
- Can I upload Perl program in unicode?
- From: John
- Re: Can I upload Perl program in unicode?
- From: Peter J. Holzer
- Re: Can I upload Perl program in unicode?
- From: Bill H
- Re: Can I upload Perl program in unicode?
- From: Jürgen Exner
- Re: Can I upload Perl program in unicode?
- From: John
- Re: Can I upload Perl program in unicode?
- From: Christian Winter
- Can I upload Perl program in unicode?
- Prev by Date: FAQ 3.6 How do I profile my Perl programs?
- Next by Date: free love tips go to website view
- Previous by thread: Re: Can I upload Perl program in unicode?
- Next by thread: Re: Can I upload Perl program in unicode?
- Index(es):
Relevant Pages
|