Help for this page
$str =~ m[(?P<duration>$RE{num}{real})(?P<client>$RE{net}{IPv4})]; print "Client:$+{client} duration:$+{duration}";