From: Massimiliano Mirra Date: 2002-05-24T21:27:37+09:00 Subject: Re: Arbitrary argument list to getoptlong? On Fri, May 24, 2002 at 08:23:22AM +0900, nobu.nokada@softhome.net wrote: > > Is there a way to pass getoptlong (or equivalent?) an arbitrary > > argument list, instead of having it get from the standard input? > Replacing ARGV. > ARGV.replace gets.split Just perfect. Thank you. :-) Massimiliano