<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Perl script search &#124; Perl programming &#124; Perl Tutorial&#187; perl command</title>
	<atom:link href="http://www.perlscriptsearch.com/category/perl-programming/perl-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.perlscriptsearch.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Jun 2011 13:22:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Need help in perl scripting !!?</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-command/need-help-in-perl-scripting/</link>
		<comments>http://www.perlscriptsearch.com/perl-programming/perl-command/need-help-in-perl-scripting/#comments</comments>
		<pubDate>Thu, 20 May 2010 04:11:58 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[perl command]]></category>
		<category><![CDATA[cud]]></category>
		<category><![CDATA[system command]]></category>
		<category><![CDATA[thanks in advance]]></category>

		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-command/need-help-in-perl-scripting/</guid>
		<description><![CDATA[Hello i am new to perl scripting. I would like to know how do we check the output of a system command using perl. For example, if mysql is restarted i want to print success &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- #!/usr/bin/perl print &#34;Hello, Perl! \n&#34;; $a=&#8217;service mysqld restart&#8217;; if(system(&#34;$a&#34;)==1) { print &#34;success&#34;; } else { print &#34;failed&#34;; } &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Hello i am new to perl scripting.<br />
I would like to know how do we check the output of a system command using perl.<br />
For example, if mysql is restarted i want to print success</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>#!/usr/bin/perl<br />
print &quot;Hello, Perl! \n&quot;;<br />
$a=&#8217;service mysqld restart&#8217;;<br />
if(system(&quot;$a&quot;)==1)<br />
{<br />
print &quot;success&quot;;<br />
}<br />
else<br />
{<br />
print &quot;failed&quot;;<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>i have written a code but the condition checking&#8230;i got stuck&#8230;cud anyone help me please</p>
<p>All help much appreciated</p>
<p>Thanks in advance  <img src='http://www.perlscriptsearch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d705').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d705" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;submitHeadline=Need+help+in+perl+scripting+%21%21%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;title=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;title=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;title=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;bm_description=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;T=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;title=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;title=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Need+help+in+perl+scripting+%21%21%3F+@+http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fneed-help-in-perl-scripting%2F&amp;t=Need+help+in+perl+scripting+%21%21%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d705').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d705').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.perlscriptsearch.com/perl-programming/perl-command/need-help-in-perl-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl ftp problem?</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-ftp-problem/</link>
		<comments>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-ftp-problem/#comments</comments>
		<pubDate>Wed, 19 May 2010 01:28:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[perl command]]></category>
		<category><![CDATA[language perl]]></category>

		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-command/perl-ftp-problem/</guid>
		<description><![CDATA[Hi , I tried to ftp a file to a server using perl. The file is transfered but the file size is o bytes. Language : Perl Ftp port : default 21 I used the put command to transfer the file. $ftp-&#62;put(&#34;sample.txt&#34;) Bookmark It Hide Sites $$('div.d698').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p>Hi ,<br />
I tried to ftp a file to a server using perl. The file is transfered but the file size is o bytes.</p>
<p>Language : Perl<br />
Ftp port  : default 21</p>
<p>I used the put command to transfer the file.</p>
<p>$ftp-&gt;put(&quot;sample.txt&quot;)</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d698').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d698" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;submitHeadline=perl+ftp+problem%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;title=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;title=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;title=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;bm_description=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;T=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;title=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;title=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+perl+ftp+problem%3F+@+http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-ftp-problem%2F&amp;t=perl+ftp+problem%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d698').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d698').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-ftp-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perl programming search and display help?</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-search-and-display-help/</link>
		<comments>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-search-and-display-help/#comments</comments>
		<pubDate>Tue, 18 May 2010 01:20:15 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[perl command]]></category>
		<category><![CDATA[myfile]]></category>

		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-search-and-display-help/</guid>
		<description><![CDATA[I need help with a command that will search a document for words ending in &#34;ing&#34; and print them. Any help would be appreciated this is the file: open (MYFILE, &#8216;in.txt&#8217;); Bookmark It Hide Sites $$('div.d694').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p>I need help with a command that will search a document for words ending in &quot;ing&quot; and print them. Any help would be appreciated <img src='http://www.perlscriptsearch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
this is the file:</p>
<p>open (MYFILE, &#8216;in.txt&#8217;);</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d694').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d694" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;submitHeadline=Perl+programming+search+and+display+help%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;title=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;title=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;title=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;bm_description=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;T=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;title=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;title=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Perl+programming+search+and+display+help%3F+@+http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-search-and-display-help%2F&amp;t=Perl+programming+search+and+display+help%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d694').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d694').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-search-and-display-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to open a file in txt/html/xml format using a perl program?</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-command/how-to-open-a-file-in-txthtmlxml-format-using-a-perl-program/</link>
		<comments>http://www.perlscriptsearch.com/perl-programming/perl-command/how-to-open-a-file-in-txthtmlxml-format-using-a-perl-program/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:03:59 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[perl command]]></category>
		<category><![CDATA[ill search]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-command/how-to-open-a-file-in-txthtmlxml-format-using-a-perl-program/</guid>
		<description><![CDATA[I am trying to write a program using perl which will display the contents of a file in the same format as it is(i dont want to read the contents of the file on the command prompt)&#8230;.and then ill search for the particular string in it but thats next part&#8230;first i want to Bookmark It [...]]]></description>
			<content:encoded><![CDATA[<p>I am trying to write a program using perl which will display the contents of a file in the same format as it is(i dont want to read the contents of the file on the command prompt)&#8230;.and then ill search for the particular string in it but thats next part&#8230;first i want to</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d690').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d690" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;submitHeadline=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;title=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;title=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;title=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;bm_description=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;T=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;title=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;title=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F+@+http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fhow-to-open-a-file-in-txthtmlxml-format-using-a-perl-program%2F&amp;t=how+to+open+a+file+in+txt%2Fhtml%2Fxml+format+using+a+perl+program%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d690').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d690').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.perlscriptsearch.com/perl-programming/perl-command/how-to-open-a-file-in-txthtmlxml-format-using-a-perl-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Perl Programming History?</title>
		<link>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-history/</link>
		<comments>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-history/#comments</comments>
		<pubDate>Sun, 16 May 2010 01:23:42 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[perl command]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix command]]></category>

		<guid isPermaLink="false">http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-history/</guid>
		<description><![CDATA[Hi, what UNIX command was used to generate Perl name? Bookmark It Hide Sites $$('div.d686').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) });]]></description>
			<content:encoded><![CDATA[<p>Hi, what UNIX command was used to generate Perl name?</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d686').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d686" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;submitHeadline=Perl+Programming+History%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;title=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;title=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;title=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;bm_description=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;T=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;title=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;title=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Perl+Programming+History%3F+@+http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.perlscriptsearch.com%2Fperl-programming%2Fperl-command%2Fperl-programming-history%2F&amp;t=Perl+Programming+History%3F" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://www.perlscriptsearch.com/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d686').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d686').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://www.perlscriptsearch.com/perl-programming/perl-command/perl-programming-history/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.perlscriptsearch.com @ 2012-01-01 13:12:38 -->
