Help for this page

Select Code to Download


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