<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 1:43 pm</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 1:43 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>parser project needs perl/C/C++ programmer</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=48672#48672</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=24917'&gt;perlquser&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Mar 06, 2009 8:43 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I'd like to know if anyone of you would be interested in being payed ($$$) to program a BNF like parser.&lt;br /&gt;
Intermediate to advanced programmer skills required because the project deals allot with pointers and memory updates and&lt;br /&gt;
inter-mixes c/c++/perl code. Anyone interested visit &lt;a href=&quot;http://www.angelfire.com/cppcode/blog/spec_0.txt&quot; target=&quot;_blank&quot;&gt;http://www.angelfire.com/cppcode/blog/spec_0.txt&lt;/a&gt; for futher details&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;mailto:cvv3@yahoo.com&quot;&gt;cvv3@yahoo.com&lt;/a&gt;&lt;br /&gt;
 &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=48672#48672</comments>
                                        <author>perlquser</author>
                                        <pubDate>Fri Mar 06, 2009 8:43 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=48672#48672</guid>
                                      </item>
                                      <item>
                                        <title>PERL - FORTRAN Interaction via web (HTML)</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=48551#48551</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=24867'&gt;vks87&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Mar 02, 2009 11:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Actually i started learn about web designing approximately six months ago..that's why i don't have the proper knowledge of languages.I am not sure that this is the right place or not for my request but i want to know about Perl..can anybody define the Perl..&lt;br /&gt;
Thanks in advance.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=48551#48551</comments>
                                        <author>vks87</author>
                                        <pubDate>Mon Mar 02, 2009 11:58 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=48551#48551</guid>
                                      </item>
                                      <item>
                                        <title>onmouseover in perl/cgi script</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=40429#40429</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=698'&gt;kanenas&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Apr 29, 2008 2:01 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      As it's server-side only, Interaction between your Perl script and the browser is limited to processing &amp;amp; sending content (basically, the avenue of HTTP).  It has no control over client side behavior, such as DOM events (mouseover et al.).  You can use Javascript (as you asked), though a CSS-only approach may also work, depending on how the document is structured.  (aside: this means you should ask in the DHTML forum, not the Perl forum.  By picking the right forum, you're more likely to get readers who know the answer to you questions.)&lt;br /&gt;
&lt;br /&gt;
I'm assuming that when you ask &amp;quot;should i use text/javascript in order to enable the onmouseover element?&amp;quot; you also meant to ask &amp;quot;How would I ...?&amp;quot;  An even better way of asking for help would be to say what you want to do and why; e.g.: &amp;quot;I want to make some text visible at the bottom of a web page when the mouse cursor is over an image.  How could I achieve this?  This is what I've tried so far: [...]&amp;quot;.  (As patronizing or smarmy as it may seem, learning &lt;a href=&quot;http://catb.org/~esr/faqs/smart-questions.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;how to ask questions&lt;/a&gt; makes it easier for others to answer your question and helps you understand the problem more, sometimes resulting in your discovering the solution.)&lt;br /&gt;
&lt;br /&gt;
All the samples below use the following CSS style sheet.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;.hidden &amp;#123; visibility&amp;#58; hidden; &amp;#125;&lt;br /&gt;
.capton &amp;#123;&lt;br /&gt;
&amp;nbsp; position&amp;#58; absolute;&lt;br /&gt;
&amp;nbsp; bottom&amp;#58; 0px;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
The CSS-only way requires both the image and the text to be the children of an element whose content box contains only the element.  If you want to support IE6 (which, sadly, we have to for now), the parent element must be an anchor:&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
a.revealer&amp;#58;hover .caption &amp;#123;&lt;br /&gt;
&amp;nbsp; visibility&amp;#58; visible;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;a class=&amp;quot;revealer&amp;quot; href=&amp;quot;#&amp;quot; onclick=&amp;quot;return false;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;img src=&amp;quot;&amp;#91;...&amp;#93;&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;div class=&amp;quot;caption hidden&amp;quot;&amp;gt;Sphinx of black quartz, judge my vow.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
If you use Javascript, I recommend having the event listeners add or remove a class from the text node rather than directly manipulating its style.  It won't matter much in the example below, but when you want to dynamically apply a more complex style, it's a much cleaner approach.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
function showNodeById&amp;#40;id&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; var node = document.getElementById&amp;#40;id&amp;#41;;&lt;br /&gt;
&amp;nbsp; if &amp;#40;node&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; node.className = node.className.replace&amp;#40;/ hidden/g, ''&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
function hideNodeById&amp;#40;id&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; var node = document.getElementById&amp;#40;id&amp;#41;;&lt;br /&gt;
&amp;nbsp; if &amp;#40;node&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; node.className += ' hidden';&lt;br /&gt;
&amp;nbsp; &amp;#125;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;img onmouseover=&amp;quot;showNodeById&amp;#40;'Sphinx'&amp;#41;&amp;quot; onmouseout=&amp;quot;hideNodeById&amp;#40;'Sphinx'&amp;#41;&amp;quot; src=&amp;quot;&amp;#91;...&amp;#93;&amp;quot; /&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;div id=&amp;quot;Sphinx&amp;quot; class=&amp;quot;caption hidden&amp;quot;&amp;gt;Sphinx of black quartz, judge my vow.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
That should get you started.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=40429#40429</comments>
                                        <author>kanenas</author>
                                        <pubDate>Tue Apr 29, 2008 2:01 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=40429#40429</guid>
                                      </item>
                                      <item>
                                        <title>Guestbook Not Working</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=38879#38879</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=698'&gt;kanenas&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Mar 15, 2008 11:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Are you still having problems with your guestbook?  It doesn't look it, but I could be missing something.  You might want to look for a script that supports &lt;a href=&quot;http://en.wikipedia.org/wiki/Captcha&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;captchas&lt;/a&gt; to prevent spam.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=38879#38879</comments>
                                        <author>kanenas</author>
                                        <pubDate>Sat Mar 15, 2008 11:02 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=38879#38879</guid>
                                      </item>
                                      <item>
                                        <title>Importing email addresses from a csv file</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=35643#35643</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=698'&gt;kanenas&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 04, 2007 8:19 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      That's not enough information.  Please post the section of the code that performs the csv parsing, a sample csv file and the result that you get when running your script on the sample file.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=35643#35643</comments>
                                        <author>kanenas</author>
                                        <pubDate>Tue Dec 04, 2007 8:19 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=35643#35643</guid>
                                      </item>
                                      <item>
                                        <title>How to use perl program in tripod website</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=35634#35634</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=698'&gt;kanenas&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 04, 2007 7:01 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      A Google search for &amp;quot;&lt;a href=&quot;http://www.google.com/search?q=tripod+perl&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;tripod perl&lt;/a&gt;&amp;quot; turned up &lt;a href=&quot;http://www.tripod.lycos.com/guides/cgi.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;a guide to CGI support on Tripod&lt;/a&gt;.  It wasn't hard to find.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=35634#35634</comments>
                                        <author>kanenas</author>
                                        <pubDate>Tue Dec 04, 2007 7:01 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=35634#35634</guid>
                                      </item>
                                      <item>
                                        <title>Pulling my hair out.... Coreyyyyyyyyyy!!!!! lol CGI scriptin</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=32371#32371</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=31'&gt;Corey Bryant&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jul 31, 2007 2:01 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;a href=&quot;http://www.iwdn.net/index.php?referrerid=23&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;IWDN&lt;/a&gt; might be able resource.  I never messed with CGI in my entire life actually.&lt;br /&gt;
&lt;br /&gt;
_________________&lt;br /&gt;
Corey&lt;br /&gt;
&lt;a href=&quot;http://www.loud800.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Toll Free Numbers&lt;/a&gt;  | &lt;a href=&quot;http://www.loudsitemaps.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;SiteMaps for Search Engines&lt;/a&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=32371#32371</comments>
                                        <author>Corey Bryant</author>
                                        <pubDate>Tue Jul 31, 2007 2:01 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=32371#32371</guid>
                                      </item>
                                      <item>
                                        <title>programs of perl</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=29822#29822</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=31'&gt;Corey Bryant&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon May 14, 2007 2:03 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Notepad is fine for this.  &lt;br /&gt;
&lt;br /&gt;
I would not rely on any 'WYSIWYG' editor for any server type programming.&lt;br /&gt;
&lt;br /&gt;
_________________&lt;br /&gt;
Corey&lt;br /&gt;
&lt;a href=&quot;http://www.mymerchantaccountblog.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;My Merchant Account Blog&lt;/a&gt;  | &lt;a href=&quot;http://www.loudcommerce.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Merchant Accounts&lt;/a&gt; | &lt;a href=&quot;http://www.freebookkeeper.com/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Bookkeeper Program&lt;/a&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=29822#29822</comments>
                                        <author>Corey Bryant</author>
                                        <pubDate>Mon May 14, 2007 2:03 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=29822#29822</guid>
                                      </item>
                                      <item>
                                        <title>Requirements for Web Designing and Programming</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=29691#29691</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=14860'&gt;SteveH&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu May 10, 2007 10:09 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Sorry, Jasper, I wasn't clear at all there.&lt;br /&gt;
&lt;br /&gt;
FOREACH... END sure looks like PERL to me.&lt;br /&gt;
&lt;br /&gt;
The [% %] delimiters tell the server to parse the code between the delimiters as PERL, but they appear to be part of a proprietary template code.&lt;br /&gt;
&lt;br /&gt;
In fact, I think we're looking at code used with the &lt;a href=&quot;http://search.cpan.org/~abw/Template-Toolkit-2.19/lib/Template.pm&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;PERL Template Toolkit&lt;/a&gt; module.&lt;br /&gt;
&lt;br /&gt;
There are variable created somewhere outside of the posted page, and where you see code like this:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;input type=hidden name=&amp;quot;context_id&amp;quot; value=&amp;quot;&amp;#91;% context_id %&amp;#93;&amp;quot;&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
The value of &amp;quot;context_id&amp;quot; (defined in PERL somewhere other than the posted page) is written into the HTML document.&lt;br /&gt;
&lt;br /&gt;
Where you see:&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;nbsp;&amp;#91;% FOREACH action = action_list %&amp;#93;&lt;br /&gt;
&amp;lt;div id=&amp;quot;desc&amp;#91;% action.name %&amp;#93;&amp;quot; style=&amp;quot;position&amp;#58;absolute; visibility&amp;#58;hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Action Description&amp;#58; &amp;lt;br/&amp;gt;&amp;#91;% action.desc %&amp;#93;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;#91;% END %&amp;#93;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
A loop is created which runs through each &amp;quot;action_list&amp;quot; (array) item, assigning the value of the item to the variable &amp;quot;action&amp;quot;, and writing the code between [% FOREACH...%] and [% END %] to the HTML page.&lt;br /&gt;
&lt;br /&gt;
So, a &amp;lt;div&amp;gt; is created for each item in the action_list array, and the action_list array is defined elsewhere.&lt;br /&gt;
&lt;br /&gt;
Yes, PERL can be used to access a database, and the most common DB extension for PERL is the &lt;a href=&quot;http://search.cpan.org/~pmqs/BerkeleyDB-0.31/BerkeleyDB.pod&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;BerkeleyDB extension&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Web-based database modifications are most often accomplished through the use of an online form which points to a form-processing script via the action=&amp;quot;&amp;quot; attribute of the form:&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;form name=&amp;quot;signupForm&amp;quot; id=&amp;quot;signupForm&amp;quot; method=&amp;quot;post&amp;quot; action=&amp;quot;form_processor.cgi&amp;quot;&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Basically, the script page is either all script and no HTML, which processes the form then forwards the user to another page (often a confirmation page), or a page with mixed script and HTML, which serves as both form processor and confirmation page.&lt;br /&gt;
&lt;br /&gt;
Note: The .cgi extension should be used for script-only documents.&lt;br /&gt;
&lt;br /&gt;
Some common ways of managing a database are (1) Working directly on the database (such as opening an AccessDB in Access), (2) creating a web-accessible management interface, usually a form-based method, and (3) using a pre-built web-accessible management tool (for PHP/mySQL, PHPAdmin is the most common tool, but I don't know what's used for PERL).&lt;br /&gt;
&lt;br /&gt;
A more hardcore method is to create script pages, upload them to the server, then run them by typing their URL in the browser. But, you really have to know what you're doing there.&lt;br /&gt;
&lt;br /&gt;
So, &amp;quot;where&amp;quot; you modify the database depends on what you're trying to accomplish.&lt;br /&gt;
&lt;br /&gt;
Hope that's a LOT clearer.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=29691#29691</comments>
                                        <author>SteveH</author>
                                        <pubDate>Thu May 10, 2007 10:09 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=29691#29691</guid>
                                      </item>
                                      <item>
                                        <title>PHP Objects</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=26306#26306</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12811'&gt;Pattons3rd&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Feb 11, 2007 2:51 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Did you mean to put this in Perl?</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=26306#26306</comments>
                                        <author>Pattons3rd</author>
                                        <pubDate>Sun Feb 11, 2007 2:51 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=26306#26306</guid>
                                      </item>
                                      <item>
                                        <title>CGI / Perl coding problems setting code</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=19190#19190</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=8567'&gt;DGr8Mack&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Jul 08, 2006 3:16 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi e1, I hope that y'all can help me. Since I don't exactly know the problem, I'll tell you everything. 1st off CGI/Perl dummie here...I get by on my HTML especially with the help of these forums - Tanks e1...&lt;br /&gt;
Now, I downloaded an &amp;quot;E-Card&amp;quot; program. walked my way through the limited instructions it gave me. I used their template, to create my page, at thelordsflock/karaokecares.com/ecards.html&lt;br /&gt;
I put all the files where they're supposed to go, (I think) and I finally get the page pulling up, the images showing, but when you select one the click the &amp;quot;next&amp;quot; button, it brings you back to the same page...over and over and over.&lt;br /&gt;
If you don't want to &amp;quot;view source&amp;quot; here is the code I'm using:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
 &amp;lt;head&amp;gt;&lt;br /&gt;
  &amp;lt;style&amp;gt;&lt;br /&gt;
   &amp;lt;!--&lt;br /&gt;
    body {color: black; background-color: white}&lt;br /&gt;
    a {color: #003399}&lt;br /&gt;
    p.small {font: 10px verdana, helvetica, sans-serif}&lt;br /&gt;
    td {font: bold 13px verdana; text-align: center; vertical-align: bottom}&lt;br /&gt;
    th {font: bold 19px verdana, helvetica, sans-serif}&lt;br /&gt;
   --&amp;gt;&lt;br /&gt;
  &amp;lt;/style&amp;gt;&lt;br /&gt;
  &amp;lt;title&amp;gt;Send An E-Card&amp;lt;/title&amp;gt;&lt;br /&gt;
 &amp;lt;/head&amp;gt;&lt;br /&gt;
 &amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;body bgcolor=&amp;quot;#ffffff&amp;quot; text=&amp;quot;#000000&amp;quot; link=&amp;quot;#0000a0&amp;quot; vlink=&amp;quot;#000000&amp;quot; alink=&amp;quot;#000000&amp;quot; background=&amp;quot;clouds3.jpg&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;table border=0 cellpadding=0 cellspacing=0&amp;gt;&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;form method=post&amp;gt;&lt;br /&gt;
     &amp;lt;input type=hidden name=command value=&amp;quot;edit&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;th colspan=5&amp;gt;&lt;br /&gt;
       Choose An E-Card&lt;br /&gt;
      &amp;lt;/th&amp;gt;&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&amp;lt;td height=16&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/1.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;1.jpg&amp;quot; checked&amp;gt; 1&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/2.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;2.jpg&amp;quot;&amp;gt; 2&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/3.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;3.jpg&amp;quot;&amp;gt; 3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/4.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;4.jpg&amp;quot;&amp;gt; 4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/5.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;5.jpg&amp;quot;&amp;gt; 5&amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;tr&amp;gt;&amp;lt;td height=16&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/6.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;6.jpg&amp;quot; checked&amp;gt; 6&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/7.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;7.jpg&amp;quot;&amp;gt; 7&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/8.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;8.jpg&amp;quot;&amp;gt; 8&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/9.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;9.jpg&amp;quot;&amp;gt; 9&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/10.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;10.jpg&amp;quot;&amp;gt; 10&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=16&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/11.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;11.jpg&amp;quot; checked&amp;gt; 11&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/12.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;12.jpg&amp;quot;&amp;gt; 12&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/13.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;13.jpg&amp;quot;&amp;gt; 13&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/14.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;14.jpg&amp;quot;&amp;gt; 14&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/15.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;15.jpg&amp;quot;&amp;gt; 15&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td height=16&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/16.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;16.jpg&amp;quot; checked&amp;gt; 16&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/17.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;17.jpg&amp;quot;&amp;gt; 17&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/18.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;18.jpg&amp;quot;&amp;gt; 18&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/19.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;19.jpg&amp;quot;&amp;gt; 19&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=16&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;td&amp;gt;&amp;lt;img width=120 src=&amp;quot;cards/images/thumbnails/20.jpg&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&amp;lt;input type=radio name=card value=&amp;quot;20.jpg&amp;quot;&amp;gt; 20&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&amp;lt;td height=16&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
     &amp;lt;tr&amp;gt;&lt;br /&gt;
      &amp;lt;td colspan=5&amp;gt;&lt;br /&gt;
       &amp;lt;input type=submit value=&amp;quot;Next &amp;amp;gt;&amp;amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;/td&amp;gt;&lt;br /&gt;
     &amp;lt;/tr&amp;gt;&lt;br /&gt;
    &amp;lt;/form&amp;gt;&lt;br /&gt;
   &amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;p class=small&amp;gt;&lt;br /&gt;
   Powered by &amp;lt;a target=_blank href=&amp;quot;http://www.cgibiz.com/&amp;quot;&amp;gt;E-Cards 1.0&amp;lt;/a&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;/center&amp;gt;&lt;br /&gt;
 &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot; &amp;lt;form method=post&amp;gt;&amp;lt;input type=hidden name=command value=&amp;quot;edit&amp;quot;&amp;gt; &amp;quot; line, I've tried changing value to edit.html, cards/edit, cards/edit.html to see if that would direct me to the next page, which is supposed to be (I think) thelordsflock.karaokecares.com/edit.html&lt;br /&gt;
&lt;br /&gt;
Please, PLEASE, Please make your answer as DUMMIE friendly as possible, as I don't know a lot of the terminology. Thanks so much and God bless&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*****Addition*****&lt;br /&gt;
I have tried a couple of different things, 1: I found out that if I add an &amp;quot;action&amp;quot; in the form area, I can get it to leave the page and go to the next one, BUT it does not carry over the &amp;quot;selected&amp;quot; information with it. I went and checked the &amp;quot;test&amp;quot; code from the programmers and looked at their &amp;quot;veiw source&amp;quot; code, Their code works and does NOT modify the form area with an &amp;quot;action&amp;quot; segment...&lt;br /&gt;
My webhost DOES support Perl and CGI in fact this is their provided information to help me(you) maybe...&lt;br /&gt;
Hosting OS  	Proprietary *nix&lt;br /&gt;
PHP version 	4.4.1&lt;br /&gt;
Perl version 	5.8.4&lt;br /&gt;
MySQL version 	4.0.24&lt;br /&gt;
MySQL hostname 	if this is needed, let me know I edited it out&lt;br /&gt;
Perl path 	/usr/bin/perl&lt;br /&gt;
Sendmail path 	/usr/sbin/sendmail    (SMTP is disabled for your hosting account)&lt;br /&gt;
CGI-BIN path 	not required    (You can run CGI, Perl scripts from any domain/subdomain folder)&lt;br /&gt;
&lt;br /&gt;
I hope this additional information helps....</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=19190#19190</comments>
                                        <author>DGr8Mack</author>
                                        <pubDate>Sat Jul 08, 2006 3:16 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=19190#19190</guid>
                                      </item>
                                      <item>
                                        <title>Limit perl code execution time</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=18856#18856</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=3'&gt;zylstra&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Jun 27, 2006 11:40 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I found the answer with&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;$SIG&amp;#123;ALRM&amp;#125; = \&amp;amp;timed_out;&lt;br /&gt;
eval &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; alarm &amp;#40;10&amp;#41;;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; $whois_info = `whois $domain`;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; alarm&amp;#40;0&amp;#41;;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Cancel the pending alarm if whois responds.&lt;br /&gt;
&amp;#125;;&lt;br /&gt;
if &amp;#40;$@ =~ /GOT TIRED OF WAITING/&amp;#41; &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; print &amp;quot; Whois timed out&amp;#58;&amp;nbsp; $@ &amp;quot;;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sub timed_out &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; die &amp;quot;GOT TIRED OF WAITING&amp;quot;;&lt;br /&gt;
&amp;#125;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=18856#18856</comments>
                                        <author>zylstra</author>
                                        <pubDate>Tue Jun 27, 2006 11:40 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=18856#18856</guid>
                                      </item></channel></rss>