John W. Krahn wrote:
/\A\d+\z/ has less ambiguity then /^\d+$/.
And /\A[0-9]+\z/ is probably what was really meant. -- Ruud -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
John W. Krahn wrote:
/\A\d+\z/ has less ambiguity then /^\d+$/.
And /\A[0-9]+\z/ is probably what was really meant. -- Ruud -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/