<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012971" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012971</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075303</link>
    <description> &lt;p&gt;Thanks Japhy!&lt;br /&gt;
I tried what you said and worked great &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
Bye,&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 16:04:44 +0000</pubDate>
 <dc:creator>Nico</dc:creator>
 <guid isPermaLink="false">comment 1075303 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>shebang</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075297</link>
    <description> &lt;p&gt;The &quot;shebang&quot; line is the first line of a Perl program (or a shell script, or Python program, or any other interpreted language) which tells the operating system where the ACTUAL interpreter for the language is.&lt;/p&gt;
&lt;p&gt;You should always include it, no matter WHAT PEOPLE TELL YOU about Windows or PWS or this or that.  Use it.&lt;/p&gt;
&lt;p&gt;And make sure you have the right path.  If PERL.EXE is installed in C:\PERL\BIN\PERL.EXE, your shebang line should look like &lt;strong&gt;#!c:/perl/bin/perl&lt;/strong&gt; -- yes, that&#039;s right, you can (and should) use lower case letters, and you can (and should) use FORWARD slashes.  Even better, if the web server itself is ALSO on the C: drive, you can just use &lt;strong&gt;#!/perl/bin/perl&lt;/strong&gt; as your shebang line.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 13:18:46 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1075297 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Problem with script</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075295</link>
    <description> &lt;p&gt;Thanks guys for answering..&lt;br /&gt;
Have another question.&lt;br /&gt;
I am using a CGI written in Perl to send a html form. The script says that I need something called &quot;the she bang line&quot;&lt;br /&gt;
do you have any idea what is that? Can I try it before uploading it to the PWS?&lt;br /&gt;
Thanks!&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 12:25:38 +0000</pubDate>
 <dc:creator>Nico</dc:creator>
 <guid isPermaLink="false">comment 1075295 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075284</link>
    <description> &lt;p&gt;I like japhy&#039;s better &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;. More info, and I like the examples.  They help visual what&#039;s happening.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Dec 2000 07:27:49 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1075284 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075237</link>
    <description> &lt;p&gt;I also wrote up a bit of an email about &lt;strong&gt;crypt()&lt;/strong&gt; for one of the Perl mailing lists I&#039;m on.  Check it out at &lt;a href=&quot;http://www.pobox.com/~japhy/docs/crypt&quot; class=&quot;bb-url&quot;&gt;http://www.pobox.com/~japhy/docs/crypt&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Dec 2000 12:55:30 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1075237 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/crypt-function#comment-1075236</link>
    <description> &lt;p&gt;perldoc -f crypt&lt;br /&gt;
or&lt;br /&gt;
&lt;a href=&quot;http://www.perldoc.com/perl5.6/pod/func/crypt.html&quot; class=&quot;bb-url&quot;&gt;http://www.perldoc.com/perl5.6/pod/func/crypt.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Dec 2000 12:36:01 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1075236 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
