Help for this page

Select Code to Download


  1. or download this
    my ($method, $uri, $protocol) = $request_line =~ /(\V+) \040 (\V+) \04
    +0 (\V+)/x;
    
  2. or download this
    my ($method, $uri, $protocol) = $request_line =~ /(.+) \040 (.+) \040 
    +(.+)/x;