<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: perl scripting? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094248#M806735</link>
    <description>Ooops, I meant "==" and "!=" are used for numeric comparisons. "=" always means assignment.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Oct 2003 18:33:27 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2003-10-15T18:33:27Z</dc:date>
    <item>
      <title>perl scripting?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094244#M806731</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;How do we check for null string  and "/" in perl?&lt;BR /&gt;&lt;BR /&gt;i.e &lt;BR /&gt;&lt;BR /&gt;if [ "${DEL}" = "" -a "${PATH}" = '/' ]; then&lt;BR /&gt;   echo "BLANK and /"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;ridzuan</description>
      <pubDate>Wed, 15 Oct 2003 12:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094244#M806731</guid>
      <dc:creator>Ridzuan Zakaria</dc:creator>
      <dc:date>2003-10-15T12:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: perl scripting?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094245#M806732</link>
      <description>if ($ENV{DEL} eq "" &amp;amp;&amp;amp; $ENV{PATH} eq "/") {&lt;BR /&gt; print "BLANK and /\n";&lt;BR /&gt; }&lt;BR /&gt; &lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Wed, 15 Oct 2003 13:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094245#M806732</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-10-15T13:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: perl scripting?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094246#M806733</link>
      <description>#!/opt/perl/bin/perl&lt;BR /&gt; &lt;BR /&gt;$del="Your String Here";&lt;BR /&gt;$path="Your String Here";&lt;BR /&gt;if ($del =~ /^$/ &amp;amp;&amp;amp; $path =~ /^\/$/) {printf "BLANK and /";}&lt;BR /&gt; &lt;BR /&gt;HTH.</description>
      <pubDate>Wed, 15 Oct 2003 13:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094246#M806733</guid>
      <dc:creator>Brian Bergstrand</dc:creator>
      <dc:date>2003-10-15T13:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: perl scripting?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094247#M806734</link>
      <description>The key is that "eq" and "ne" compare strings while "=" and "!=" compare numeric values. &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 18:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094247#M806734</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-15T18:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: perl scripting?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094248#M806735</link>
      <description>Ooops, I meant "==" and "!=" are used for numeric comparisons. "=" always means assignment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Oct 2003 18:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-scripting/m-p/3094248#M806735</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-10-15T18:33:27Z</dc:date>
    </item>
  </channel>
</rss>

