[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug with isdnutils - configuration - please help me to report



On Tue, Jun 11, 2002 at 09:43:05PM +0100, Oliver Elphick wrote:
> On Tue, 2002-06-11 at 20:04, Colin Watson wrote:
> > This still isn't perfect (it isn't robust against quote marks being
> > given in the e-mail address, for one thing - using @ARGV would be better
> > but would require replacing the -i and -p switches with something else),
> > but it's better than before.
> 
> How about
> 
> 	$login = qq,$ISPLOGIN,;
> 
> since an email address can't contain commas?

It has to be '$login = q,$ISPLOGIN,;' rather than '$login =
qq,$ISPLOGIN,;', since the latter interpolates, which is exactly what
needs to be avoided. But otherwise, sure, that ought to work.

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]


-- 
To UNSUBSCRIBE, email to debian-testing-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: