<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Interviewfreak</title>
	<atom:link href="http://interviewfreak.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://interviewfreak.com</link>
	<description>Collection of technical interview questions for jobs</description>
	<lastBuildDate>Mon, 30 Jan 2012 01:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on How do I do fill_in_the_blank for each file in a directory? by Praveen</title>
		<link>http://interviewfreak.com/2008/12/18/how-do-i-do-fill_in_the_blank-for-each-file-in-a-directory/#comment-109</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 01:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://interviewfreak.com/?p=1290#comment-109</guid>
		<description>The post got messed up because I put dirname in &lt;&#039;s

Correction:
@my_files = `find dirname *`</description>
		<content:encoded><![CDATA[<p>The post got messed up because I put dirname in &lt;&#039;s</p>
<p>Correction:<br />
@my_files = `find dirname *`</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I do fill_in_the_blank for each file in a directory? by Praveen</title>
		<link>http://interviewfreak.com/2008/12/18/how-do-i-do-fill_in_the_blank-for-each-file-in-a-directory/#comment-108</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Mon, 30 Jan 2012 01:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://interviewfreak.com/?p=1290#comment-108</guid>
		<description>Here is a simple way

#!/usr/bin/perl

@my_files = `find  *`;

foreach my $file (@my_files) {
     next if ($file =~ /\./);
     print $file;
}</description>
		<content:encoded><![CDATA[<p>Here is a simple way</p>
<p>#!/usr/bin/perl</p>
<p>@my_files = `find  *`;</p>
<p>foreach my $file (@my_files) {<br />
     next if ($file =~ /\./);<br />
     print $file;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is the purpose of On Error Resume Next statement? by gr</title>
		<link>http://interviewfreak.com/2011/09/03/what-is-the-purpose-of-on-error-resume-next-statement/#comment-78</link>
		<dc:creator>gr</dc:creator>
		<pubDate>Tue, 11 Oct 2011 11:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://interviewfreak.com/?p=1767#comment-78</guid>
		<description>it is good one</description>
		<content:encoded><![CDATA[<p>it is good one</p>
]]></content:encoded>
	</item>
</channel>
</rss>

