On Thu, 2005-02-10 at 18:18 -0800, [EMAIL PROTECTED] wrote: > Hi Max, > > There's a command-line parser program. When installed it's called > plucker-build. (Before it's installed, it's called something like > spider.py - don't ask me why the strange renaming happens. I guess > it's to give make something to do.) >
This is most likely because the same program has multiple names, and it uses the value in their argv[0] to change its behavior. (argv[0] normally holds the name with which the program was invoked, though it doesn't work 100% of the time) It's an alternative to using libraries, for getting multiple "programs" using shared code.
signature.asc
Description: This is a digitally signed message part

