<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012277" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012277</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/split-splitting-scalar-characters#comment-1070791</link>
    <description> &lt;p&gt;|| is for things like if, and elsif&lt;br /&gt;
| in regex means or &lt;/p&gt;
&lt;p&gt;hope that cleared it up for you &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>Thu, 07 Sep 2000 21:27:12 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1070791 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/split-splitting-scalar-characters#comment-1070788</link>
    <description> &lt;p&gt;I thought that || was &#039;or&#039;...&lt;br /&gt;
Or does that not aply for regex?&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Sep 2000 21:09:45 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070788 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/split-splitting-scalar-characters#comment-1070762</link>
    <description> &lt;p&gt;It means &quot;or&quot;. I found out that this code:&lt;/p&gt;
&lt;p&gt;@named = split(&lt;strong&gt;/|/&lt;/strong&gt;, $name);&lt;/p&gt;
&lt;p&gt;was actually looking for NOTHING or NOTHING..hehe.&lt;/p&gt;
&lt;p&gt;So I escaped the &quot;or&quot; and it worked fine.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Sep 2000 12:37:32 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1070762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/split-splitting-scalar-characters#comment-1070753</link>
    <description> &lt;p&gt;what does | mean by itself?&lt;/p&gt;
&lt;p&gt;I thought you only needed to escape it in a string when you use it at as the delimiter... Cómo este:&lt;br /&gt;
$This =~ m|somehing \| something more|g;&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Sep 2000 05:47:27 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070753 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/split-splitting-scalar-characters#comment-1070726</link>
    <description> &lt;p&gt;@named = split(/\|/, $name);&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Sep 2000 20:55:11 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1070726 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
