<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012128" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012128</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/printing-email#comment-1069941</link>
    <description> &lt;p&gt;you could replace the &quot;&quot; that you print with to &#039;&#039;&lt;br /&gt;
that always works.&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 04:55:39 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1069941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/printing-email#comment-1069940</link>
    <description> &lt;p&gt;Oh..ok. I just returned because I figured out a beter way to do what I was talking about. Now think you can answer my question in the thread below?&lt;/p&gt;
&lt;p&gt;VulKen&lt;br /&gt;
&lt;strong&gt;Hit it long, but keep it short&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 04:12:07 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1069940 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/printing-email#comment-1069939</link>
    <description> &lt;p&gt;Nevermind! I figured it out!! &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;
&lt;p&gt;For anyone who wants to know, just use this little snippet of code:&lt;/p&gt;
&lt;p&gt;$FORM{&#039;email&#039;} =~ s/\@/\\\@/g;&lt;/p&gt;
&lt;p&gt;Thanks for trying to help, though, VulKen!&lt;/p&gt;
&lt;p&gt;--Edge&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 04:04:55 +0000</pubDate>
 <dc:creator>Edge</dc:creator>
 <guid isPermaLink="false">comment 1069939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: Printing e-mail with &#039;\&#039; before &#039;@&#039;??</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/printing-email#comment-1069938</link>
    <description> &lt;p&gt;No, I&#039;m talking about changing it before it even gets printed to the file.&lt;/p&gt;
&lt;p&gt;--Edge&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 03:53:20 +0000</pubDate>
 <dc:creator>Edge</dc:creator>
 <guid isPermaLink="false">comment 1069938 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/printing-email#comment-1069934</link>
    <description> &lt;p&gt;If you are talking about taking it from a searching through a file and replaceing every occurance of &quot;@&quot; then you run this simple script.&lt;/p&gt;
&lt;p&gt;#Script has not been tested so, check for errors that I miss. Sorry.&lt;/p&gt;
&lt;p&gt;#!/usr/bin/perl -w&lt;br /&gt;
$thefile = &quot;file.txt&quot; &lt;/p&gt;
&lt;p&gt;open (FILE, &amp;lt; &quot;$thefile&quot;);&lt;br /&gt;
@contents = ;&lt;br /&gt;
close (FILE);&lt;/p&gt;
&lt;p&gt;foreach $line(@contents){&lt;br /&gt;
$line =~ s/@//@/; # Don&#039;t even know if this will work.&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Wed, 23 Aug 2000 03:05:58 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1069934 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
