Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^5: How to add hyperlink for every table data using perl?

by haukex (Archbishop)
on Mar 09, 2017 at 07:19 UTC ( [id://1183999]=note: print w/replies, xml ) Need Help??


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

what is the purpose of (.) you added in front of every line ?

That's the string concatenation operator, see perlop. '<td><a href="' . $href_to_what{$word} . '">' . $word . '</a></td>' concatenates those five strings together into a single string. In this case it's the same as writing "<td><a href=\"$href_to_what{$word}\">$word</a></td>".

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1183999]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 19:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found