Hello, I am trying to use the Perl script w3mir (from http://www.langfeldt.net/w3mir/) but although it works fine on an SL44 system, it has problems on the SL50 64-bit system where I want to use it. When I investigated this I discovered a difference in Perl's behaviour on SL44 and SL50. The following test script:
#!/usr/bin/perl use URI::URL; $name = (url "file:index.html")->unix_path; print "$name\n"; gives the output "index.html" on SL44, which is the behaviour w3mir is expecting, but on SL50 it gives "/index.html" instead. What is going on here, and is there any way I can get Perl in SL50 to behave as it used to in SL44? Eva.
