Help for this page
++: /\A[a-z0-9]*\z/ -> /\A[a-z0-9]*\z/
kabel@linux:~> perl my $num = "1hiho"; print ++ $num, $/; 2 kabel@linux:~>