is perl better?
Nicolas Fleury
nid_oizo at yahoo.com_remove_the_
Fri Mar 5 13:35:40 EST 2004
jon c wrote:
> if you try and execute the command directly from bat you get the error
> input line too long!
>
> can perl be somehow bypassing the windows terminal and running the
> command directly (does this make sense?)
system uses the shell, even with Perl (in Perl it actually depends on
what are the parameters). But the shell can be bypassed, so I guess
this is a shell limit.
Like said Peter, we need to know:
- How is it called in Perl.
- How is it called in Python, and do you have the same problem by using
popen.
Regards,
Nicolas
More information about the Python-list
mailing list