From: Chris Eskow Date: 2005-10-11T07:30:57+09:00 Subject: Re: argc *argv[] in Ruby ------=_Part_454_31610721.1128983454510 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline ARGV holds an array of command line parameters. There's no argc, but you ca= n just use ARVG.length. ------=_Part_454_31610721.1128983454510--