<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1000645" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1000645</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002789</link>
    <description> &lt;p&gt;this would print your variable in the browser window..... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
cu&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 May 1999 00:42:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002789 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002788</link>
    <description> &lt;p&gt;To print to a file that is already open, do you have do go&lt;br /&gt;
print FILENAME $variable;&lt;br /&gt;
or can you just go&lt;br /&gt;
print $variable;&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 May 1999 23:58:00 +0000</pubDate>
 <dc:creator>Dass</dc:creator>
 <guid isPermaLink="false">comment 1002788 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002787</link>
    <description> &lt;p&gt;on a unix-based system, a script needs to have permissions, e.g. to be executed when you want to run it from your browser, or to write new files..... and so on.&lt;br /&gt;
i recommend the tutorial at &lt;a href=&quot;http://www.cgi101.com&quot; class=&quot;bb-url&quot;&gt;cgi101.com&lt;/a&gt;&lt;br /&gt;
there you&#039;ll find everything you need for your first script and how to make them run on the server...&lt;br /&gt;
if you learn this basic-knowledge about using cgi and perl, you won&#039;t have that much problems in the future &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 22:25:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002786</link>
    <description> &lt;p&gt;uhhh..Whats chmod heh?&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 21:30:00 +0000</pubDate>
 <dc:creator>Dass</dc:creator>
 <guid isPermaLink="false">comment 1002786 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002785</link>
    <description> &lt;p&gt;Dass:&lt;/p&gt;
&lt;p&gt;This URL should help you out. It explains the writing and appending of files:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.extropia.com/faq/perl_faq.html#write&quot; class=&quot;bb-url&quot;&gt;http://www.extropia.com/faq/perl_faq.html#write&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
John Pollock&lt;br /&gt;
&lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 20:01:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1002785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/me-again-help-open-command#comment-1002784</link>
    <description> &lt;p&gt;to overwrite:&lt;br /&gt;
open(FILE,&amp;quot;&amp;gt;variables.txt&amp;quot; ) ;&lt;br /&gt;
to append:&lt;br /&gt;
open(FILE,&amp;quot;&amp;gt;&amp;gt;variables.txt&amp;quot; ) ;&lt;/p&gt;
&lt;p&gt;to the top of the file doesn&#039;t work, you have to read the whole data, push your input into it, and write it back.&lt;br /&gt;
don&#039;t forget to chmod!!!&lt;br /&gt;
and before you ask:&lt;br /&gt;
to write to an opened file:&lt;br /&gt;
print FILE&lt;br /&gt;
&amp;quot;blah blah.........&lt;/p&gt;
&lt;p&gt;cu &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;
patrick&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 May 1999 20:00:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1002784 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
