From: Chris Eskow Date: 2005-10-11T07:34:43+09:00 Subject: Re: argc *argv[] in Ruby ------=_Part_534_1012094.1128983679553 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Oh, one more thing: Unlike argv in C/C++, in Ruby ARVG[0] will contain the first argument passed in to the program, not the program name. If you want the name of script, use the global variable $0. ------=_Part_534_1012094.1128983679553--