![]() |
|
Think about Loose Coupling | |
PerlMonks |
How do you run a subroutine from inside HTML code?by coldmiser (Hermit) |
on Mar 15, 2006 at 16:09 UTC ( #536851=perlquestion: print w/replies, xml ) | Need Help?? |
coldmiser has asked for the wisdom of the Perl Monks concerning the following question:
I have a small bit of code that I'm trying to run a subroutine from here is an example:
Yes, $index is the name of my subroutine. $index = &login The problem is that the HTML just prints the name of the subroutine and doesn't actually run it. Does anyone have any experience with how to run a subroutine from inside a table?
Back to
Seekers of Perl Wisdom
|
|