<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018122" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018122</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/best-mail-script#comment-1106054</link>
    <description> &lt;p&gt;PHP is great but not always an option, depending on the client&#039;s host. Since I can be dealing with a different hosting setup virtually every week, that&#039;s why I&#039;m looking for something simple and versatile.&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Apr 2002 17:28:18 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1106054 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/best-mail-script#comment-1106040</link>
    <description> &lt;p&gt;Just my 2 cents here.&lt;/p&gt;
&lt;p&gt;Ditch Perl dude. Pick up on PHP4. I was a Perl junkie once till I discovered PHP. Although Pearl can perform more extremely high level customization. Mostly, PHP can do it all far more simpler.&lt;br /&gt;
To me, Perl is for programmers who want to code till thier eyes pop out and come up with new technologies and stuff, that PHP programmers eventually convert to PHP modules and such anyways. Any website out there can be duplicated the PHP way, forums, chat, shopping, etc... with far less hair pulling.&lt;/p&gt;
&lt;p&gt;It&#039;s just my 2 cents though. I&#039;d hate for a newbie programmer to see this posting and try Perl stuff without knowing that PHP is far easier.&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Apr 2002 16:13:10 +0000</pubDate>
 <dc:creator>theprofessional</dc:creator>
 <guid isPermaLink="false">comment 1106040 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/best-mail-script#comment-1106007</link>
    <description> &lt;p&gt;Interesting.. I replied to this hours ago. A bug or did I miss the submit button?&lt;/p&gt;
&lt;p&gt;My question was:&lt;/p&gt;
&lt;p&gt;Is what you posted saved as .pl or .cgi and called from a form as regular mail scripts are? Can additional fields be added?&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 21:40:24 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1106007 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/best-mail-script#comment-1105989</link>
    <description> &lt;p&gt;Are you using Perl here? Then if you are; do yourself a favour and bin those dodgy formail scripts you find on hotscripts and the like!&lt;/p&gt;
&lt;p&gt;Use a far more powerful perl module - this one already comes as part of the standard perl dist. so it&#039;s on your machine already - no download neccessary, and will work on all unix flavours and win32 boxes alike ensuring compatibility acrross the board.&lt;/p&gt;
&lt;p&gt;The module is called &lt;strong&gt;Mail::Sendmail&lt;/strong&gt; and here&#039;s a quick example of how you would use it:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;&amp;nbsp; use strict;&lt;br /&gt;&amp;nbsp; use Mail::Sendmail;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; my %mail = {};&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mail = ( To&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; $to,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; $from,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subject =&amp;gt; $sub,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Body&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt; $body&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;sendmail(%mail) or die $Mail::Sendmail::error;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Now that really couldn&#039;t be simpler, could it? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 16:27:34 +0000</pubDate>
 <dc:creator>Wil</dc:creator>
 <guid isPermaLink="false">comment 1105989 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
