qexo-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qexo-general] $command-line-arguments


From: Suraj Acharya
Subject: [Qexo-general] $command-line-arguments
Date: Mon, 08 Mar 2004 02:12:39 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3

How does one access the command line arguments in qexo now ?

They used to be available as $command-line-arguments as an array
and I could say something like:


for $datafile in (apply ($"values" , $command-line-arguments))
...


But after building from CVS (after a couple of months admittedly), I now get:

recipes.xml:1:34: missing Variable
recipes.xml:1:34: missing ')' after function call
recipes.xml:1:34: expected ')'
recipes.xml:1:61: missing 'in' in 'for' clause
recipes.xml:1:61: missing expression
recipes.xml:1:61: missing 'return' clause tok:41 str: ''
recipes.xml:1:61: confused by syntax error
recipes.xml:1:62: missing expression
recipes.xml:1:62: confused by syntax error
recipes.xml:2:19: unknown variable $datafile
recipes.xml:3:37: unknown variable $datafile
recipes.xml:3:62: unknown variable $datafile


Can anyone shed some light on this?

Suraj





reply via email to

[Prev in Thread] Current Thread [Next in Thread]