<?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 CGI in Perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887635#M935833</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any way I can call a URL from Perl code?&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
    <pubDate>Wed, 22 Jan 2003 09:25:47 GMT</pubDate>
    <dc:creator>Ricky B. Nino</dc:creator>
    <dc:date>2003-01-22T09:25:47Z</dc:date>
    <item>
      <title>CGI in Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887635#M935833</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any way I can call a URL from Perl code?&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Wed, 22 Jan 2003 09:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887635#M935833</guid>
      <dc:creator>Ricky B. Nino</dc:creator>
      <dc:date>2003-01-22T09:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: CGI in Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887636#M935834</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Put perl url in a search engine like google&lt;BR /&gt;&lt;BR /&gt;Get things like&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://perl-webget.sourceforge.net/mywebget.html" target="_blank"&gt;http://perl-webget.sourceforge.net/mywebget.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Programming/Programming_Languages/Perl/Q_20121828.html" target="_blank"&gt;http://www.experts-exchange.com/Programming/Programming_Languages/Perl/Q_20121828.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;                       Regards&lt;BR /&gt;&lt;BR /&gt;                       Steve Steel&lt;BR /&gt;&lt;BR /&gt;Quote of the moment&lt;BR /&gt;-------------------&lt;BR /&gt;"We are drowning in information but starved for knowledge."&lt;BR /&gt;-- John Naisbitt</description>
      <pubDate>Wed, 22 Jan 2003 10:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887636#M935834</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-01-22T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: CGI in Perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887637#M935835</link>
      <description>use LWP::UserAgent;&lt;BR /&gt;use HTTP::Request;&lt;BR /&gt;&lt;BR /&gt;$ua = new LWP::UserAgent;&lt;BR /&gt;$ua-&amp;gt;agent("my_agent/1.0");&lt;BR /&gt;&lt;BR /&gt;$req = new HTTP::Request(GET =&amp;gt;   &lt;BR /&gt;  "&lt;A href="http://some.url.org/foo/bar" target="_blank"&gt;http://some.url.org/foo/bar&lt;/A&gt;");&lt;BR /&gt;$res = $ua-&amp;gt;request($req);&lt;BR /&gt;if ($res-&amp;gt;is_success()) {&lt;BR /&gt;  print $res-&amp;gt;content();&lt;BR /&gt;}</description>
      <pubDate>Wed, 22 Jan 2003 19:20:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cgi-in-perl/m-p/2887637#M935835</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2003-01-22T19:20:03Z</dc:date>
    </item>
  </channel>
</rss>

