that's not good. consider:
% perl Makefile.PL ... % make root# make install
this looks much nicer:
ai% perl Makefile.PL ... ai% make ai# make install
Root prompts are pretty uncommon. And the fact is, we're already using % without the ai. Let's keep it that way, huh?
It's not about commonality, it's about preventing from user getting confused and ask clueless questions on the list.
The fact that we are already using % without ai% on some page doesn't help this discussion at all.
Well, I have never seen any questions about that kind of thing. "ai" sounds pretty weird to me anyway, and might confuse even more. But, well, I don't care much about it, as long as we document it clearly and use it consistently.
-- Per Einar Ellefsen [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
