On Thu, Jan 24, 2002 at 04:41:13PM +0100, Joerg Ziefle wrote:
> Is it intended that users of a command line switch switch have to pay for one more 
>space?
> 
> E.g.:
> 
> #!perl
> <bla>
> -> 0 strokes for first line
> 
> #!perl -whatever
> <bla>
> -> 1 stroke for space between '#!perl' and '-' + strokes for switch for first line
> 

If you can get the command line switches to work *without* that space
character, then you don't have to pay for it.

Ronald

Reply via email to