From: Matt Date: 2001-07-21T01:04:43+09:00 Subject: [ruby-talk:18190] Re: Newbie. Sinking fast. Please help. On Sat, 21 Jul 2001, ts wrote: > What is the result when you run it in a script ? I'm not *quite* sure what you were asking, so I took my best shot: $ cat > script_tmp this is a leading junk #! /usr/local/bin/ruby -s print $zzz __END__ this is a trailing junk $ ./miniruby -x script_tmp -zzz=555 $ pwd /home/lewellyn/ruby-1.6.4 $ I don't know Ruby well enough yet to be able to know what's going wrong. (This is my first time trying to build it so I can use it for the first time... ;) --Matt