and I had to remove the & from $index so instead of $index = &login it is now $index = loginforeach $index (keys %{$_[0]}){ print "<TD WIDTH=\"$table_vars{$index}\">\n"; &$index(); print "</TD>\n"; }
In reply to Re: How do you run a subroutine from inside HTML code?
by coldmiser
in thread How do you run a subroutine from inside HTML code?
by coldmiser
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |