RFD: using "*" in phone-number with faxspool
Ulrich Mueller (ulm@kph.uni-mainz.de)
Wed, 16 Jun 1999 10:33:00 +0200
Timo Neumann writes:
> I want to send a fax to the phone-number "**" but faxspool only
> allows [-0-9TtPpW,;] for the phone-number.
> james@kirk:/home/james/mgetty-1.1.20/fax > diff faxrunqd.in faxrunqd.in.new
> 856c856
> < @flags, $phone,
> ---
> > @flags, \"$phone\",
Hm, that should be "\"$phone\"" or '"'.$phone.'"' otherwise perl will
not compile it.
However, the line is part of an "exec" command and there is no
wildcard expansion. I believe the quotes are not necessary at all.
--
Ulrich Mueller, Inst. fuer Kernphysik, Univ. Mainz, D-55099 Mainz
ulm@kph.uni-mainz.de, Phone +49 6131 39-5812, Fax -2964