Hi Jamie,
some more errors:
untie attempted while 1 inner references still exist at /usr/share/webmin/ajaxterm/index.cgi line 44.
untie attempted while 1 inner references still exist at /usr/share/webmin/ajaxterm/index.cgi line 86.
hope this helps
cheers mike
Hmm, I have no idea what that warning means. But it looks harmless, and that "untie" call is needed.
Hi,
you have to "undef" the "inner references" before calling "untie"
hope this helps.
cheers mike
(wisdom of the Perl Monks site)
Thanks, I'll do that.