<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
    xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Determining the Number of CommandLine Parameters - Perl Tutorials #001</title>
	<link>http://webguru.mathgurusonline.com/2006/02/26/determining-the-number-of-commandline-parameters-perl-tutorials-001/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 10:03:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>
	
	<copyright> 2004-2005</copyright>
	<managingEditor> ()</managingEditor>
	<webMaster></webMaster>

	<category>Talk Radio</category>
		
	<itunes:subtitle>Comment-cast: Determining the Number of CommandLine Parameters - Perl Tutorials #001</itunes:subtitle>
	<itunes:summary>Comment-cast: Determining the Number of CommandLine Parameters - Perl Tutorials #001</itunes:summary>
    
	<itunes:author></itunes:author>    
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email></itunes:email>
	</itunes:owner>
    
	<itunes:image href="" />
	<image>
		<url></url>
		<title>WebGuru Web Programming</title>
		<link>http://webguru.mathgurusonline.com</link>
		<width>144</width>
		<height>144</height>
	</image>

	<item>
		<title>by: rdash</title>
		<link>http://webguru.mathgurusonline.com/2006/02/26/determining-the-number-of-commandline-parameters-perl-tutorials-001/#comment-8</link>
		<pubDate>Fri, 03 Mar 2006 19:22:16 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/02/26/determining-the-number-of-commandline-parameters-perl-tutorials-001/#comment-8</guid>
				<description>Randal, thanks for the comments on each tutorial. These are extremely introductory Perl tutorials intended for people who've never used it. I was intending to ease up to the more powerful scripts that contain all kinds of system variables. But I think I have to take a new approach.</description>
		<content:encoded><![CDATA[	<p>Randal, thanks for the comments on each tutorial. These are extremely introductory Perl tutorials intended for people who&#8217;ve never used it. I was intending to ease up to the more powerful scripts that contain all kinds of system variables. But I think I have to take a new approach.
</p>
]]></content:encoded>
						<itunes:author>rdash</itunes:author>
		<itunes:subtitle>Randal, thanks for the comments on each tutorial. These are extremely introductory Perl tutorials intended for people who've never used ...</itunes:subtitle>
		<itunes:summary>Randal, thanks for the comments on each tutorial. These are extremely introductory Perl tutorials intended for people who've never used ...</itunes:summary>
	</item>
	<item>
		<title>by: Randal L. Schwartz</title>
		<link>http://webguru.mathgurusonline.com/2006/02/26/determining-the-number-of-commandline-parameters-perl-tutorials-001/#comment-2</link>
		<pubDate>Fri, 03 Mar 2006 16:42:28 +0000</pubDate>
		<guid>http://webguru.mathgurusonline.com/2006/02/26/determining-the-number-of-commandline-parameters-perl-tutorials-001/#comment-2</guid>
				<description>You've got $argc which seems to be the same as scalar @ARGV.  You've got $i which seems to want to count up to $argc, but that's also the same as counting up to scalar @ARGV.  Except that you iterate over @ARGV directly.  And then you don't use $parm.

Very confusing code.  And I oughta know... I've been in front of Perl beginners for more than a decade now.</description>
		<content:encoded><![CDATA[	<p>You&#8217;ve got $argc which seems to be the same as scalar @ARGV.  You&#8217;ve got $i which seems to want to count up to $argc, but that&#8217;s also the same as counting up to scalar @ARGV.  Except that you iterate over @ARGV directly.  And then you don&#8217;t use $parm.</p>
	<p>Very confusing code.  And I oughta know&#8230; I&#8217;ve been in front of Perl beginners for more than a decade now.
</p>
]]></content:encoded>
						<itunes:author>Randal L. Schwartz</itunes:author>
		<itunes:subtitle>You've got $argc which seems to be the same as scalar @ARGV.  You've got $i which seems to want ...</itunes:subtitle>
		<itunes:summary>You've got $argc which seems to be the same as scalar @ARGV.  You've got $i which seems to want ...</itunes:summary>
	</item>
</channel>
</rss>
