From: spooq Date: 2007-01-04T19:40:11+09:00 Subject: Re: File-based Code Encapsulation On 1/3/07, ara.t.howard@noaa.gov wrote: > now i have a single command line program which loads this lib then takes the > first command line argument as a method to send to the module. remaining > command-line parms are parsed in a sensible way allowing ints, strings, > floats, bools, lists, hashes, and combinations of those. whatever value is > returned by the function is dumped on stdout. Would it be possible for you to post this code?