Two things, maybe if you haven't figured it out.
Make sure "sub {" doesn't have any trailing spaces.
Also, I have had problems at times using pointer notation in prints, quotes, etc, and found it sometimes better to assign them to strings:
$UserName = $row->{Username}
And use the simple $UserName.
Other than that, the syntax looks ok, except for the missing </A> tag, which shouldn't affect compile.
PUGDOG� Enterprises, Inc.
The best way to contact me is to NOT use Email.
Please leave a PM here.
Make sure "sub {" doesn't have any trailing spaces.
Also, I have had problems at times using pointer notation in prints, quotes, etc, and found it sometimes better to assign them to strings:
$UserName = $row->{Username}
And use the simple $UserName.
Other than that, the syntax looks ok, except for the missing </A> tag, which shouldn't affect compile.
PUGDOG� Enterprises, Inc.
The best way to contact me is to NOT use Email.
Please leave a PM here.