Help for this page

Select Code to Download


  1. or download this
    perl -E 'sub foo { local $_ = shift; m{(?<a>\d++)}; say "IN ", @+{qw(a
    +)}; return @+{qw(a)} } say "OUT ",foo("12.34.56");'
    IN 12
    OUT