<?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 to create html... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651250#M102430</link>
    <description>Your requirement will not need CGI modules and all. You can simply check time stamp informations of file and generate related HTML Tags with print &lt;WEBPAGE fd=""&gt; "content".&lt;BR /&gt;&lt;BR /&gt;#!/usr/contrib/bin/perl&lt;BR /&gt;open FD,"&amp;gt;/tmp/test.html" || die "Problem: $!";&lt;BR /&gt;print FD "&lt;TITLE&gt;Test&lt;/TITLE&gt;Text\n";&lt;BR /&gt;&lt;BR /&gt;Execute this. It will geneate a file called /tmp/test.html.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/WEBPAGE&gt;</description>
    <pubDate>Tue, 18 Oct 2005 01:15:08 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-18T01:15:08Z</dc:date>
    <item>
      <title>perl to create html...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651248#M102428</link>
      <description>I want to write a perl program to analize some files which change from time to time, and create a web page showing the results. I have a little experience using the perl CGI module for CGI programs, but this application doesn't need to be a CGI program, as it is not to be invoked by a web browser. Do I use the perl CGI module anyway, or just code the html generation with my own raw perl print statements, or is there something else ( some other perl module) ?&lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Mon, 17 Oct 2005 18:54:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651248#M102428</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-10-17T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: perl to create html...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651249#M102429</link>
      <description>If it's not executed by the web server, just write a perl program that generates html output.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 17 Oct 2005 19:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651249#M102429</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-10-17T19:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: perl to create html...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651250#M102430</link>
      <description>Your requirement will not need CGI modules and all. You can simply check time stamp informations of file and generate related HTML Tags with print &lt;WEBPAGE fd=""&gt; "content".&lt;BR /&gt;&lt;BR /&gt;#!/usr/contrib/bin/perl&lt;BR /&gt;open FD,"&amp;gt;/tmp/test.html" || die "Problem: $!";&lt;BR /&gt;print FD "&lt;TITLE&gt;Test&lt;/TITLE&gt;Text\n";&lt;BR /&gt;&lt;BR /&gt;Execute this. It will geneate a file called /tmp/test.html.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/WEBPAGE&gt;</description>
      <pubDate>Tue, 18 Oct 2005 01:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651250#M102430</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-18T01:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: perl to create html...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651251#M102431</link>
      <description>Thanks. &lt;BR /&gt;&lt;BR /&gt; - John</description>
      <pubDate>Tue, 18 Oct 2005 10:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-to-create-html/m-p/3651251#M102431</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2005-10-18T10:40:51Z</dc:date>
    </item>
  </channel>
</rss>

