On Tuesday, June 11, 2002, at 07:12 , Jenda Krynicky wrote:

> From:                 Bob Showalter <[EMAIL PROTECTED]>
>> The parsing of the command line and preparation of the argument list
>> is a function of the shell or command interpreter. Perl just takes the
>> argument list given to it via the execve() call.
>
> This is not true under Windows.
> There the program doesn't get a list of parameters, but a "command
> line" and has to parse it itself. Which is usualy done by calling
> some function from C runtime libraries.


this 'concerns' me - You are asserting that the windows
command line here passes all the stuff typed at the command line
prompt without any form of 'globbing' at all???

hence

        myPerlCode *.xml

would not find all of the *.xml files in that directory????
merely pass in the actual token "*.xml" and it is up to moi
to wanderate my way through them....


ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to