http://www.perlmonks.org?node_id=1014699


in reply to Using filepath method to identify an .html page

You can also trim your paths to be relative rather then absolute using File::Spec abs2rel to remove the common prefix.

But as other have said normalise your data!

  • Comment on Re: Using filepath method to identify an .html page