<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794601</guid>
        <pubDate>Mon, 27 Aug 2001 10:03:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794601</link>
        <description><![CDATA[lamo: я пропал ?<br>это ты гдето забухал =).<br>ок. мылю второй раз.]]></description>
        <author>lamo</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794600</guid>
        <pubDate>Mon, 27 Aug 2001 09:39:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794600</link>
        <description><![CDATA[Strannik: lamo ty de poterjalsja?<br>myl' mne na tot mail kotoryi u menja v registration]]></description>
        <author>Strannik</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794599</guid>
        <pubDate>Sun, 26 Aug 2001 05:18:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794599</link>
        <description><![CDATA[Secandr: Зачем мне Post и Get?<br>Я с файлами работаю :))]]></description>
        <author>Secandr</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794598</guid>
        <pubDate>Sat, 25 Aug 2001 10:59:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794598</link>
        <description><![CDATA[lamo: sub parse_form<br>{<br> if ($ENV{'REQUEST_METHOD'} eq "POST")<br> {<br>  $i_mode = 0;<br> }<br> else<br> {<br> 	if ($ENV{'REQUEST_METHOD'} eq "GET")<br>  {<br>   $i_mode = 1;<br>  }<br>  else<br>  {<br>   $i_mode = 2;<br>  }<br> }<br>	if ($i_mode == 0)<br> {<br>  read(STDIN, $c_buffer, $ENV{'CONTENT_LENGTH'});<br> }<br> else<br> {<br>	 if ($i_mode == 1)<br>  {<br>   $c_buffer = $ENV{'QUERY_STRING'};<br>  }<br> }<br> @h_pairs = split(/&/, $c_buffer);<br> foreach $h_pair (@h_pairs)<br> {<br>  ($c_name, $c_value) = split(/=/, $h_pair);<br>  $c_value =~ tr/+/ /;<br>  $c_value =~ s/\%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex())/eg;<br>  $c_value =~ s/&lt;/&lt;/g;<br>  $c_value =~ s/&gt;/&gt;/g;<br>  $c_value =~ s/&#/& #/g;<br>  $c_value =~ s/\r//g;           # \r - 0x0d (!)<br>  $c_value =~ s/\n/&lt;br&gt;/g;       # \n - 0x0a (!)<br>  $FORM{$c_name} = $c_value;<br> }<br>}]]></description>
        <author>lamo</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794597</guid>
        <pubDate>Sat, 25 Aug 2001 08:01:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794597</link>
        <description><![CDATA[Secandr: $text=~s/\x0D/&lt;br&gt;/g;$text=~s/\x0A//g;<br>Я из под винды работаю:)]]></description>
        <author>Secandr</author>
        <category>RegExp</category>
      </item>
	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794596</guid>
        <pubDate>Sat, 25 Aug 2001 05:22:00 +0000</pubDate>
        <title>Perl Как заменить enter на</title>
        <link>https://forum.sources.ru/index.php?showtopic=104503&amp;view=findpost&amp;p=794596</link>
        <description><![CDATA[Secandr: Как заменить в переменной все знаки перевода коретки на &lt;br&gt;]]></description>
        <author>Secandr</author>
        <category>RegExp</category>
      </item>
	
      </channel>
      </rss>
	