<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012250" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012250</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070763</link>
    <description> &lt;p&gt;PERL also has the &quot;use&quot; statement, which is usually used for the requiring of modules.&lt;/p&gt;
&lt;p&gt;I don&#039;t think it has an &quot;include&quot; statement that acts the same way as the PHP one does.  However, I don&#039;t see why you can&#039;t just do:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$any = &amp;quot;variables&amp;quot;;&lt;br /&gt;$that = &amp;quot;I need.&amp;quot;&lt;br /&gt;require &amp;quot;path/to/script.cgi&amp;quot;;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::428&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Sep 2000 12:48:10 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1070763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070751</link>
    <description> &lt;p&gt;myriad,&lt;br /&gt;
that just &#039;forwards&#039; the client&#039;s browser to the other page.&lt;/p&gt;
&lt;p&gt;Laguna-&lt;br /&gt;
richjb has got it.&lt;/p&gt;
&lt;p&gt;Anyone know if PERL supports &#039;include&#039; like PHP?&lt;br /&gt;
It&#039;s a differnt (and I think better) way to include/require files.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Sep 2000 05:38:48 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070751 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070705</link>
    <description> &lt;p&gt;Sometimes I call a script using the following&lt;br /&gt;
code - not sure it&#039;s what your looking for:&lt;/p&gt;
&lt;p&gt;this basically checks whether there was any input&lt;br /&gt;
in the input boxes and if not sends it back to the&lt;br /&gt;
original page:&lt;/p&gt;
&lt;p&gt;if(!param(&#039;inputbox1&#039;) || !param(&#039;inputbox2&#039;))&lt;br /&gt;
       {&lt;br /&gt;
                 url=&quot;http://yourscriptnamehere.pl&quot;;&lt;br /&gt;
                 print &quot;Location: $url\nURI: $url\n\n&quot;;&lt;br /&gt;
                       exit();&lt;br /&gt;
           }&lt;/p&gt;
&lt;p&gt;works quite well for me - can&#039;t remember who showed&lt;br /&gt;
me it - but it might work for you.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Sep 2000 17:32:03 +0000</pubDate>
 <dc:creator>myriad</dc:creator>
 <guid isPermaLink="false">comment 1070705 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070696</link>
    <description> &lt;p&gt;require &quot;server/path/to/script.cgi&quot;;&lt;/p&gt;
&lt;p&gt;Richard&lt;br /&gt;
richjb::425&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Sep 2000 13:47:45 +0000</pubDate>
 <dc:creator>richjb</dc:creator>
 <guid isPermaLink="false">comment 1070696 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070581</link>
    <description> &lt;p&gt;Fork?&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Sep 2000 22:27:07 +0000</pubDate>
 <dc:creator>Laguna Loire</dc:creator>
 <guid isPermaLink="false">comment 1070581 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/executing-perlscript-perlscript#comment-1070576</link>
    <description> &lt;p&gt;Uou can use fork, or just put it in a sub routine.&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Sep 2000 16:49:32 +0000</pubDate>
 <dc:creator>Orpheus</dc:creator>
 <guid isPermaLink="false">comment 1070576 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
