<?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: Checking a URL from OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981446#M23152</link>
    <description>And, for Perl lovers :-)&lt;BR /&gt;&lt;BR /&gt;at &lt;A href="ftp://ftp.multicians.org/" target="_blank"&gt;ftp://ftp.multicians.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is (amongst others) url.pl, and urltest.pl, it works like this&lt;BR /&gt;&lt;BR /&gt;  perl URLTEST.PL &lt;A href="http://www.multicians.org" target="_blank"&gt;http://www.multicians.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.multicians.org" target="_blank"&gt;http://www.multicians.org&lt;/A&gt;     ok HTTP/1.1 200 OK&lt;BR /&gt;&lt;BR /&gt;urltest could be modified to return VMS $status for use inside DCL procedures.</description>
    <pubDate>Thu, 01 Jun 2006 03:53:50 GMT</pubDate>
    <dc:creator>Joseph Huber_1</dc:creator>
    <dc:date>2006-06-01T03:53:50Z</dc:date>
    <item>
      <title>Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981432#M23138</link>
      <description>Hi All.  Does anyone know how I can check for the availability of a URL from VMS?  &lt;BR /&gt;ie: using a .com file, check that a URL (such as &lt;A href="http://login.yahoo.com/config/mail?.intl=ca)" target="_blank"&gt;http://login.yahoo.com/config/mail?.intl=ca)&lt;/A&gt; is available.  &lt;BR /&gt;&lt;BR /&gt;thnx&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 13:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981432#M23138</guid>
      <dc:creator>Harold Johnson_1</dc:creator>
      <dc:date>2006-05-29T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981433#M23139</link>
      <description>Harold,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;cURL has been ported to OpenVMS:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://curl.haxx.se/download.html" target="_blank"&gt;http://curl.haxx.se/download.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can use it to download WEB pages from an OpenVMS system from the DCL prompt, e.g.&lt;BR /&gt;&lt;BR /&gt;$ curl &lt;A href="http://www.openvms.org" target="_blank"&gt;http://www.openvms.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 29 May 2006 13:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981433#M23139</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-05-29T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981434#M23140</link>
      <description>Thnx Volker.  I downloaded the OpenVMS version of the EXE and tried running it with your example, but I keep getting the following error.  Any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;%DCL-W-MAXPARM, too many parameters - reenter command with fewer parameters&lt;BR /&gt; \HTTP\&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 14:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981434#M23140</guid>
      <dc:creator>Harold Johnson_1</dc:creator>
      <dc:date>2006-05-29T14:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981435#M23141</link>
      <description>You could also try Wget:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/wget.html" target="_blank"&gt;http://antinode.org/dec/sw/wget.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but for the %DCL-W-MAXPARM problem, you&lt;BR /&gt;should read the FAQ:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/faq/openvms_faq.html?jumpid=/go/openvms/faq" target="_blank"&gt;http://h71000.www7.hp.com/faq/openvms_faq.html?jumpid=/go/openvms/faq&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/faq/vmsfaq_stmlf.txt" target="_blank"&gt;http://h71000.www7.hp.com/faq/vmsfaq_stmlf.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look for:&lt;BR /&gt;&lt;BR /&gt;8.2  How do I run a program with arguments?</description>
      <pubDate>Mon, 29 May 2006 15:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981435#M23141</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-29T15:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981436#M23142</link>
      <description>&lt;BR /&gt;Exactly how did you activate it?&lt;BR /&gt;With the commance Volker showed?&lt;BR /&gt;How did you define 'curl' ?&lt;BR /&gt;Did you try using:&lt;BR /&gt; $MCR your-curl-location:curl ....&lt;BR /&gt;&lt;BR /&gt;Or did you try having the curl location be part of your DCL$PATH search list logical?&lt;BR /&gt;&lt;BR /&gt;Did you google for help?&lt;BR /&gt;Google: +vms +site:curl.haxx.se +"too many parameters"&lt;BR /&gt;This points to a seemingly relevant article:&lt;BR /&gt;&lt;A href="http://curl.haxx.se/mail/archive-2002-10/0119.html" target="_blank"&gt;http://curl.haxx.se/mail/archive-2002-10/0119.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Btw.. you may also try 'lynx' as a simple, command line based, http reader.&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 15:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981436#M23142</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-05-29T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981437#M23143</link>
      <description>Yes, I had a brain fart and forgot about the $ in the equivilence name. doh &lt;BR /&gt;&lt;BR /&gt;thnx, it works like a charm!&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2006 15:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981437#M23143</guid>
      <dc:creator>Harold Johnson_1</dc:creator>
      <dc:date>2006-05-29T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981438#M23144</link>
      <description>How about an address like the following:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML" target="_blank"&gt;http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm attempting to run an oracle report and get the output back.   In a regular windows browser, the output is displayed, but using CURL, I get an:&lt;BR /&gt;&lt;BR /&gt;Error: The requested URL was not found, or cannot be served at this time&lt;BR /&gt;&lt;BR /&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;thnx</description>
      <pubDate>Wed, 31 May 2006 14:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981438#M23144</guid>
      <dc:creator>Harold Johnson_1</dc:creator>
      <dc:date>2006-05-31T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981439#M23145</link>
      <description>It's hard to test that URL from here.&lt;BR /&gt;&lt;BR /&gt;Showing the actual command used is often&lt;BR /&gt;more helpful than a vague description of the&lt;BR /&gt;actual command used.&lt;BR /&gt;&lt;BR /&gt;Did you quote the URL, as it contains DCL&lt;BR /&gt;special characters ("&amp;amp;")?&lt;BR /&gt;&lt;BR /&gt;If cURL has any debug options, you might try&lt;BR /&gt;to persuade it to show you the URL it's&lt;BR /&gt;actually using (after "&amp;amp;" interpretation).</description>
      <pubDate>Wed, 31 May 2006 14:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981439#M23145</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-31T14:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981440#M23146</link>
      <description>The url as shown is exactly the same URL as put into a browser.  It looks like CURL cannot deal with this type of command.  I'll keep playing with it.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 14:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981440#M23146</guid>
      <dc:creator>Harold Johnson_1</dc:creator>
      <dc:date>2006-05-31T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981441#M23147</link>
      <description>You still haven't shown the actual command.&lt;BR /&gt;&lt;BR /&gt;If the URL is on a DCL command line, did you&lt;BR /&gt;quote it?</description>
      <pubDate>Wed, 31 May 2006 14:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981441#M23147</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-31T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981442#M23148</link>
      <description>I have tried the above URL in a browser and get&lt;BR /&gt;a timeout. I have also tried the above URL with cURL,&lt;BR /&gt;with it quoted and unquoted and get a timeout in both cases...&lt;BR /&gt;&lt;BR /&gt;$ curl -v "&lt;A href="http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML" target="_blank"&gt;http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML&lt;/A&gt;"&lt;BR /&gt;$ curl -v &lt;A href="http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML" target="_blank"&gt;http://ila.educ.gov.bc.ca/dev60cgi/rwcgi60?ila&amp;amp;report=DoNotDelete.rep&amp;amp;destype=cache&amp;amp;desformat=HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 22:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981442#M23148</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-05-31T22:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981443#M23149</link>
      <description>...and the output was&lt;BR /&gt;&lt;BR /&gt;* About to connect() to ila.educ.gov.bc.ca port 80&lt;BR /&gt;*   Trying 142.36.182.246... connection timed out&lt;BR /&gt;* couldn't connect to host&lt;BR /&gt;* Closing connection #0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 22:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981443#M23149</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2006-05-31T22:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981444#M23150</link>
      <description>&amp;gt; [...] and get a timeout.  [...]&lt;BR /&gt;&lt;BR /&gt;Well, of course.  You didn't think that this&lt;BR /&gt;fellow's Oracle data base would be generally&lt;BR /&gt;accessible, did you?  (He keeps his cURL&lt;BR /&gt;command a secret, so this should not be&lt;BR /&gt;amazing.)&lt;BR /&gt;&lt;BR /&gt;I'm still betting on argument quotation (but&lt;BR /&gt;for case preservation, as the ampersands&lt;BR /&gt;appear to be harmless here, contrary to my&lt;BR /&gt;initial fear).&lt;BR /&gt;&lt;BR /&gt;As usual, a straight answer to a simple&lt;BR /&gt;question might reduce the guesswork.&lt;BR /&gt;&lt;BR /&gt;Note that Wget _will_ preserve command-line&lt;BR /&gt;case with SET PROCESS /PARSE_STYLE = EXTENDED&lt;BR /&gt;(assuming a sufficiently modern C RTL).&lt;BR /&gt;&lt;BR /&gt;Judging from the results I got from a:&lt;BR /&gt;&lt;BR /&gt;curl 7.15.1 (ALPHA-HP-VMS) libcurl/7.15.1 OpenSSL/0.9.6g&lt;BR /&gt;&lt;BR /&gt;trying 'curl -V' and 'curl "-V"', I'd guess&lt;BR /&gt;that argument quotation is important with&lt;BR /&gt;cURL.  Or (again trusting the C RTL), first&lt;BR /&gt;DEFINE DECC$ARGV_PARSE_STYLE ENABLE.&lt;BR /&gt;&lt;BR /&gt;For details:&lt;BR /&gt;HELP CRTL Feature_Logical_Names&lt;BR /&gt;&lt;BR /&gt;For details on how Wget does it&lt;BR /&gt;automatically, see:&lt;BR /&gt;&lt;BR /&gt;HELP CRTL decc$feature*&lt;BR /&gt;&lt;BR /&gt;and/or, look at its VMS-specific source code.</description>
      <pubDate>Wed, 31 May 2006 23:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981444#M23150</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-31T23:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981445#M23151</link>
      <description>BTW, the original question was to check if an URL is available:&lt;BR /&gt;&lt;BR /&gt;To avoid downloading the  URL, just get the header with "pipe curl --head url &amp;gt;head.tmp".&lt;BR /&gt;&lt;BR /&gt;Then one can use $STATUS to check if the server is reachable at all. If success, then one could  parse the output for the HTTP status response like&lt;BR /&gt;("HTTP/1.1 200 Sending Processed HTMLX"). Code 200 is the HTTP success.</description>
      <pubDate>Thu, 01 Jun 2006 03:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981445#M23151</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-01T03:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981446#M23152</link>
      <description>And, for Perl lovers :-)&lt;BR /&gt;&lt;BR /&gt;at &lt;A href="ftp://ftp.multicians.org/" target="_blank"&gt;ftp://ftp.multicians.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is (amongst others) url.pl, and urltest.pl, it works like this&lt;BR /&gt;&lt;BR /&gt;  perl URLTEST.PL &lt;A href="http://www.multicians.org" target="_blank"&gt;http://www.multicians.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.multicians.org" target="_blank"&gt;http://www.multicians.org&lt;/A&gt;     ok HTTP/1.1 200 OK&lt;BR /&gt;&lt;BR /&gt;urltest could be modified to return VMS $status for use inside DCL procedures.</description>
      <pubDate>Thu, 01 Jun 2006 03:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981446#M23152</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-01T03:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981447#M23153</link>
      <description>Sepp,&lt;BR /&gt;&lt;BR /&gt;just a few notes...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;To avoid downloading the URL, just get the header&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;BTW: Lynx also has a -head option.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;And, for Perl lovers :-)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;All perl programmers doing serious web programming install the libwwwperl (or LWP) which comes with some ready-made example programs including GET, HEAD, and POST.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 01 Jun 2006 06:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981447#M23153</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-06-01T06:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981448#M23154</link>
      <description>Ah fine, yes i see LWP in my perl installation.&lt;BR /&gt;&lt;BR /&gt;Just saw urltest immediately when looking for something containing URL :-)&lt;BR /&gt;&lt;BR /&gt;And before I (with my minimal experience) write something using the LWP package I ready use urltest like this:&lt;BR /&gt;&lt;BR /&gt;$ pipe perl perl_root:[utils]urltest.pl  "url to test" |-&lt;BR /&gt; (read sys$pipe line ; line=f$element(0," ",line) ; -&lt;BR /&gt;define/job http_code &amp;amp;line)&lt;BR /&gt;$ if f$trnlnm("HTTP_CODE").eqs."ok" ...</description>
      <pubDate>Thu, 01 Jun 2006 07:19:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981448#M23154</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-01T07:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981449#M23155</link>
      <description>I tried a similar one-liner with "lynx -head" and "curl --head", but these utilities apparently open stdout in a certain way, so that sys$pipe delivers one character per read:&lt;BR /&gt;not very convenient.&lt;BR /&gt;&lt;BR /&gt;So without Perl (URL or LWP), one has to do it using lynx or curl by redirecting output to a temporary file, read the first line, check the second word of the line for the httpd response.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 07:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981449#M23155</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-01T07:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981450#M23156</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;And before I (with my minimal experience) write something using the LWP package...&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;That's why I refered to the example programs - you don't need to do anything with them:&lt;BR /&gt;&lt;BR /&gt;$ perl perl_root:[utils]lwp-request. -m HEAD &lt;A href="http://www.openvms.de/" target="_blank"&gt;http://www.openvms.de/&lt;/A&gt;&lt;BR /&gt;200 OK&lt;BR /&gt;Connection: close&lt;BR /&gt;Date: Thu, 01 Jun 2006 13:00:04 GMT&lt;BR /&gt;Accept-Ranges: bytes&lt;BR /&gt;ETag: "c4769c-f84-3fe30791"&lt;BR /&gt;Server: Apache/1.3.26 (OpenVMS) mod_jk/1.2.3-dev PHP/4.3.2 mod_perl/1.25 mod_ssl/2.8.10 OpenSSL/0.9.6g&lt;BR /&gt;Content-Length: 3972&lt;BR /&gt;Content-Type: text/html&lt;BR /&gt;Last-Modified: Fri, 19 Dec 2003 14:13:37 GMT&lt;BR /&gt;Client-Date: Thu, 01 Jun 2006 13:00:04 GMT&lt;BR /&gt;Client-Peer: 195.137.216.132:80&lt;BR /&gt;Client-Response-Num: 1&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 01 Jun 2006 08:00:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981450#M23156</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-06-01T08:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Checking a URL from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981451#M23157</link>
      <description>Thanks martin, so finally another one liner:&lt;BR /&gt;&lt;BR /&gt;$ pipe perl perl_root:[utils]lwp-request. -m HEAD  "testURL" | -&lt;BR /&gt;(read sys$pipe line ; line = f$element(0," ",line) ; define/job http_code &amp;amp;line)&lt;BR /&gt;$ if f$trnlnm("HTTP_CODE").eq.200  !success ...&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 08:26:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/checking-a-url-from-openvms/m-p/4981451#M23157</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-06-01T08:26:07Z</dc:date>
    </item>
  </channel>
</rss>

