Browse thread
Arg parsing
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | John Prevost <j.prevost@g...> |
| Subject: | Re: [Caml-list] Arg parsing |
On Thu, 28 Oct 2004 14:44:27 +0200 (CEST), Thomas Fischbacher <thomas.fischbacher@physik.uni-muenchen.de> wrote: > On Wed, 27 Oct 2004, John Prevost wrote: > > > The above works as long as you don't also want to give arguments to > > ocaml itself. > > But that is precisely what I want. Please have a look at my postings. Well, could you be a bit more precise about what you need? The only bit I see from your previous postings: > tf@ouija:~$ perl -e 'print @ARGV' -- one tooth ree is covered by what I have said, without needing --. Exactly what options are you trying to give to ocaml, and what problem are you seeing? Perhaps if you gave us the specific command-line you're trying to run, everything would be more clear. John.