in reply to Re^3: Changing from relative to absolute path
in thread Changing from relative to absolute path

No. A few cases where it will not work (assuming *.? was just a typo for .*?): Since perl 5.6.0, you can parse HTML with a regex. But it's not going to be a simple one, and you are better off using a real parser.

Abigail