Hi, everyone!
I wrote a perl script which extracts data from mysql table and prints those data to html table. Those data include MAC, IP addresses, dates, times, etc. Now, what I did next was - I turned each MAC address into a link, like this:
while($Row=$Select->fetchrow_hashref)
{
print...