- or download this
my $s = "($big_string)";
list_extr(\$s)
- or download this
list_extr(\( "(" . $big_string . ")" ));
- or download this
my $ttt = "(" . $big_string . ")";
list_extr(\$ttt);
- or download this
# \G(?:\s|#.*$)* -- means start from last position \G,
# skip spaces and comments # till the
...
abs $n > 99999999999999.9 and croak "numb out of range";
return 0 + $n;
}