in reply to Re: how to put perl variables inside html tags
in thread how to put perl variables inside html tags
I am outputtin this html page thru ther perl script by using print <<HTML here all html code HTML i tried putting <a href="mailto:$afld[3]">$afld[3]</a> but even it didn't work although when i am removing <a> </a> totally, and just printing $afld[ +3] its printing,but without a link.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: how to put perl variables inside html tags
by dvergin (Monsignor) on Jul 28, 2001 at 03:57 UTC |