Ask a Question related to PERL Beginners, Design and Development.
-
Jan Eden #1
RE: Email text encoding
Hi Thomas,
Thomas Bätzler wrote:
I thought about this, but until now I have always installed modules from CPAN using the Makefile.PL / make / make test / make install routine. I am not sure which files of a given module I have to copy to a server and at which point of the installation process all of these files are available.>Hi,
>
>Jan Eden <lists@jan-eden.de> wrote:>>> and thanks for all the previous suggestions regarding email
>> modules. Now it turned out that my ISP refuses to let me
>> install *any* additional Perl module on the server, so I have
>> to use sendmail.
>Well, I'm sure he won't let you install a module in the global
>module search path. But if you can upload files to your CGI
>directory, you can use any "pure Perl" module, too.
>Just upload the module in the proper subdiretory structure on
>the server and then use a "use lib" statement in your code to
>point your CGI program to the proper search path.
>
I will read perlmod and try to go this way.
Thank you,
Jan
--
Hanlon's Razor: Never attribute to malice that which can be adequately explained by stupidity.
Jan Eden Guest
-
XML text encoding
Anyone have any experience with this? I'm loading files from an XML file that is encoded as a UTF-8 files. I tried some other encoding formats,... -
Encoding Email
Hi, I'm in the middle of designing a content management system and would like to display contact information for contributors in our authors... -
HTML Text encoding of web controls
I find that the encoding of web control is inconsistent. Some controls will do an HTML encoding on the text, some don't. Say, I want to show the... -
Text encoding reversal.
Quick version: Can anyone tell me what the text encoding is called that this filename is in? Siham%2C%20Garden.png Longer version: I've got a... -
Document Encoding for greek text?
In Freehand I miss that "Document Encoding" option that all browsers as well as Dreamwaever has. The result is that I see strange symbols instead of... -
Jan Eden #2
Re: Email text encoding
Wiggins d Anconia wrote:
Apart from this issue, I am relatively happy with my ISP, so I tend to waita little bit.>Now it turned out that my ISP refuses to let me install *any*>>Hi,
>>
>>and thanks for all the previous suggestions regarding email modules.
>additional Perl module on the server, so I have to use sendmail.>>>
>Switch ISPs? Sorry this isn't the answer you want. Sorry I can't
>provide more help with respect to your encoding issues, but e-mail
>itself is incredibly complex and personally I would run for the
>hills (read: find a new ISP) before messing with it directly
>anymore, *especially* when doing the type of things you are talking
>about.
>
I will now.>>>Is there anything I can do about this? How do I correctly encode
>>8-bit characters when I do not have access to a module?
>>
>Have you read:
>
>perldoc utf8 perldoc perlunicode
>
Thank you,
Ja
--
Hanlon's Razor: Never attribute to malice that which can be adequately explained by stupidity.
Jan Eden Guest



Reply With Quote

