<?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 deleting a file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-a-file/m-p/3975641#M758788</link>
    <description>hi. i am new to perl&lt;BR /&gt;&lt;BR /&gt;i need a perl script for deleting a file,the path vl be taking from another file.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me do this.</description>
    <pubDate>Thu, 05 Apr 2007 02:11:17 GMT</pubDate>
    <dc:creator>ajayajay</dc:creator>
    <dc:date>2007-04-05T02:11:17Z</dc:date>
    <item>
      <title>deleting a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-a-file/m-p/3975641#M758788</link>
      <description>hi. i am new to perl&lt;BR /&gt;&lt;BR /&gt;i need a perl script for deleting a file,the path vl be taking from another file.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help me do this.</description>
      <pubDate>Thu, 05 Apr 2007 02:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-a-file/m-p/3975641#M758788</guid>
      <dc:creator>ajayajay</dc:creator>
      <dc:date>2007-04-05T02:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: deleting a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/deleting-a-file/m-p/3975642#M758789</link>
      <description>Hi,&lt;BR /&gt;looking at your earlier threads can I recommend:&lt;BR /&gt;1. You specify what you want to do and what platform you are going to run this on&lt;BR /&gt;2. Get yourself a PERL book or use tutorial like:&lt;BR /&gt;&lt;A href="http://www.perl.com/pub/a/2000/10/begperl1.html" target="_blank"&gt;http://www.perl.com/pub/a/2000/10/begperl1.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.comp.leeds.ac.uk/Perl/start.html" target="_blank"&gt;http://www.comp.leeds.ac.uk/Perl/start.html&lt;/A&gt;&lt;BR /&gt;3. Read the following:&lt;BR /&gt;&lt;A href="http://66.34.90.71/ITRCForumsEtiquette/after.html" target="_blank"&gt;http://66.34.90.71/ITRCForumsEtiquette/after.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;So far you have not awarded any points !&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/perl&lt;BR /&gt;$file = "a.lis";&lt;BR /&gt;if (unlink($file) != 0) {&lt;BR /&gt;    print "File deleted successfully.";&lt;BR /&gt;    } else {&lt;BR /&gt;        print "File was not deleted.";&lt;BR /&gt;        }&lt;BR /&gt;$</description>
      <pubDate>Thu, 05 Apr 2007 02:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/deleting-a-file/m-p/3975642#M758789</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-04-05T02:22:17Z</dc:date>
    </item>
  </channel>
</rss>

