Help for this page

Select Code to Download


  1. or download this
    use URI;
    my $uri = URI->new("http://localhost/test.html?test=1");
    print $uri->path . "\n";
    
  2. or download this
    /test.html