in reply to Re: Perl's POD's description of the use of capturing special variables.
in thread Perl's POD's description of the use of capturing special variables.
:)/(\d+)/ and print $1; # or print $1 if /(\d+)/; # and print $numb if defined $numb; # since 0 is false
|
|---|