"John W. Krahn" <[email protected]> writes: > Because /\A\d+\z/ has less ambiguity then /^\d+$/.
"Dr.Ruud" <[email protected]> writes: > And /\A[0-9]+\z/ is probably what was really meant. Got it, and thank you both. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
