Help for this page

Select Code to Download


  1. or download this
    $temp = $mech->uri;
    (undef, $uri) = split (/(\?.*)/, $temp);
    
  2. or download this
    $url .= $uri;