|
Majordomo-Workers (October 1996) |
In Majordomo 1.94, a call to getops.pl is made using
&Getopts("CcAa:df:h:I:l:M:p:Rrs") || die("resend: Getopts() failed: $!");
Is this correct? Shouldn't there be colons following the first two
options ? So that the line reads
&Getopts("C:c:Aa:df:h:I:l:M:p:Rrs") || die("resend: Getopts() failed: $!");
-Ajay.
|