in reply to precedence: two functions on one line

You forgot the ":" argument to join, and you would do well with a map:
@files = join ":", map { "$path/$_" } split /<br>\n/, $tracker;