Thread Problemchen mit URI
(6 answers)
Opened by kristian at 2013-07-09 20:42
Hallo,
der folgende Code: Code (perl): (dl
)
1 2 3 4 5 perl -wle ' use URI; my $uri = URI->new_abs("../foo/bar/baz.html", "http://www.foo.de/"); print $uri->canonical; ' gibt: Code: (dl
)
http://www.foo.de/../foo/bar/baz.html Laut perldoc URI ist es so: Quote Verstehe ich da was falsch oder ist die Ausgabe falsch? TIA & Gruß Kristian |