RSS | Module Info | Add a review of Argv

2 out of 2 found this review helpful:

Argv (1.12) *****

If you're trying to write a robust script that uses user-provided filenames, filenames that possibly include quotes/spaces/whatnot, and you pass those on to other utilties, you know that it's important to call system and exec with separate (pre-parsed) arguments.

Unfortunately Windows doesn't provide for this functionality, so this module provides the necessary shell-quoting to make windows as functional as unix. It's really indespensible for cross-platform file utilities.

David Newcum - 2004-03-07 20:35:17
Was this review helpful to you?  Yes No

2 out of 2 found this review helpful:

Argv (1.10) ****

This module answers an important need for those writing scripts with many calls to external programs, and need to support multiple platforms in the same script.

David Baird - 2003-11-23 00:19:32
Was this review helpful to you?  Yes No


the camel