<?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: pearl script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375162#M196310</link>
    <description>A "script" would typically be a text file and so should be readable.&lt;BR /&gt; &lt;BR /&gt;If it is a permission issue, then have the root user increase the permissions for you.&lt;BR /&gt; &lt;BR /&gt;If you are not a scripting person, then specific questions could be answered here but full blown analysis of any large script may be a bit to ask.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
    <pubDate>Wed, 08 Sep 2004 17:34:44 GMT</pubDate>
    <dc:creator>Rodney Hills</dc:creator>
    <dc:date>2004-09-08T17:34:44Z</dc:date>
    <item>
      <title>pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375161#M196309</link>
      <description>I have an executable pearl script ,i like to view that and modify .I'm not the scripting person.How could i do that.Please help.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Sep 2004 17:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375161#M196309</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-09-08T17:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375162#M196310</link>
      <description>A "script" would typically be a text file and so should be readable.&lt;BR /&gt; &lt;BR /&gt;If it is a permission issue, then have the root user increase the permissions for you.&lt;BR /&gt; &lt;BR /&gt;If you are not a scripting person, then specific questions could be answered here but full blown analysis of any large script may be a bit to ask.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 08 Sep 2004 17:34:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375162#M196310</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2004-09-08T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375163#M196311</link>
      <description>Thanks for the reply.When i did file on this &lt;BR /&gt;script i saw this is an executable shell script.So that i was wondering if i can edit it.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Sep 2004 17:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375163#M196311</guid>
      <dc:creator>subhashni</dc:creator>
      <dc:date>2004-09-08T17:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375164#M196312</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;edit it with vi or your favourite editor&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 08 Sep 2004 17:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375164#M196312</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2004-09-08T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375165#M196313</link>
      <description>Check the permission of the file with ll &amp;lt;scriptname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;By normal all user's are allowed to read / write there.&lt;BR /&gt;&lt;BR /&gt;To view it use &lt;BR /&gt;&lt;BR /&gt;cat &amp;lt;scriptname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It is good to start as by copying that script to some name and do edit there :)&lt;BR /&gt;&lt;BR /&gt;You have to change the new file permission to 755 to execute or as,&lt;BR /&gt;&lt;BR /&gt;perl &amp;lt;script&amp;gt;.pl&lt;BR /&gt;&lt;BR /&gt;- Muthu</description>
      <pubDate>Wed, 08 Sep 2004 23:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375165#M196313</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-08T23:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: pearl script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375166#M196314</link>
      <description>Just an aside,&lt;BR /&gt;you may find that the "core" HP-UX Perl interpreter cannot execute (or even compile) your Perl script because it simply is a bit dated.&lt;BR /&gt;On older installations they even used Perl 4, and there was a dramatic leap in Perl functionality and syntax between Perl 4 and 5.&lt;BR /&gt;Because usually /usr/contrib/bin is in your PATH before most other stuff it could happen that you invoke the Perl 4 interpreter.&lt;BR /&gt;I think some HP-UX crash dump analysis tools use this one, therefore *don't* remove it.&lt;BR /&gt;Better look if you have a more current Perl installed.&lt;BR /&gt; &lt;BR /&gt;$ perl -v &lt;BR /&gt;&lt;BR /&gt;shows the version of the Perl 1st in PATH&lt;BR /&gt; &lt;BR /&gt;$ perl -V &lt;BR /&gt; &lt;BR /&gt;shows even more (like the important @INC array, where your Perl libs and modules are installed.&lt;BR /&gt; &lt;BR /&gt;Try also&lt;BR /&gt; &lt;BR /&gt;$ /usr/sbin/swlist perl&lt;BR /&gt; &lt;BR /&gt;or &lt;BR /&gt; &lt;BR /&gt;$ /usr/sbin/swlist|grep -i perl&lt;BR /&gt; &lt;BR /&gt;If you get a hit you can look for the bin directory&lt;BR /&gt; &lt;BR /&gt;e.g.&lt;BR /&gt;  &lt;BR /&gt;$ /usr/sbin/swlist -l file perl | more&lt;BR /&gt; &lt;BR /&gt;(or whatever the package name is for perl)&lt;BR /&gt; &lt;BR /&gt;Set your environment such that this path comes before the /usr/contrib/bin.&lt;BR /&gt; &lt;BR /&gt;You can then try if you get your Perl script compiled (viz. see if there are no syntax faults)&lt;BR /&gt; &lt;BR /&gt;$ perl -cw /path/to/your/script.pl</description>
      <pubDate>Thu, 09 Sep 2004 02:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pearl-script/m-p/3375166#M196314</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2004-09-09T02:46:15Z</dc:date>
    </item>
  </channel>
</rss>

