Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default RE: Email text encoding

    Hi Thomas,

    Thomas Bätzler wrote:
    >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 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.

    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

  2. Similar Questions and Discussions

    1. 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,...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Email text encoding


    Wiggins d Anconia wrote:
    >>Hi,
    >>
    >>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.
    >>
    >
    >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.
    >
    Apart from this issue, I am relatively happy with my ISP, so I tend to waita little bit.
    >>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
    >
    I will now.

    Thank you,

    Ja
    --
    Hanlon's Razor: Never attribute to malice that which can be adequately explained by stupidity.
    Jan Eden Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139