A
Andre Majorel
Looking for Perl code to convert a URL like
http://foobar.org/~a/b/c?d=e/f#g
to a Unix pathname like
foobar.org/~a/b/c?d=e%2Ff
The same sort of thing that wget -x does.
Even better if it offers the option of honouring the
Content-disposition HTTP header.
Thanks in advance !
http://foobar.org/~a/b/c?d=e/f#g
to a Unix pathname like
foobar.org/~a/b/c?d=e%2Ff
The same sort of thing that wget -x does.
Even better if it offers the option of honouring the
Content-disposition HTTP header.
Thanks in advance !