<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041966" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041966</link>
    <description></description>
    <language>en</language>
          <item>
    <title>print sends a string to</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/no-prompt-option-perl#comment-1234400</link>
    <description> &lt;p&gt;print sends a string to stdout. So, if you print something it will display generally (stout being directed to the output).&lt;/p&gt;
&lt;p&gt;You can redirect stdout for example:&lt;/p&gt;
&lt;p&gt;perl yourfile.pl 2&amp;gt;/dev/null&lt;/p&gt;
&lt;p&gt;but that will remove all stdout and redirect it to /dev/null&lt;/p&gt;
&lt;p&gt;or you could just comment the print command.&lt;/p&gt;
&lt;p&gt;# print &quot;Press ...&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Oct 2008 19:09:00 +0000</pubDate>
 <dc:creator>FireFleur</dc:creator>
 <guid isPermaLink="false">comment 1234400 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
