in reply to Re^2: How to add hyperlink for every table data using perl?
in thread How to add hyperlink for every table data using perl?

You have yet to say what the hrefs should be and where they will come from, how can i guess what should be in %href_to_what? Remember my first question was "Hyperliked to what?", thats why it is named as it is. I expected you to know what you wanted in there.

For each word in $data[0] you need to somehow predetermine what is in $href_to_what{$word}

Replies are listed 'Best First'.
Re^4: How to add hyperlink for every table data using perl?
by finddata (Sexton) on Mar 10, 2017 at 05:08 UTC
    that href will be the folder and sub folder names (i.e from $file).Here the file includes the folder path.