multiple perl errors

Clicking on Webmin Actions Log

Global symbol "$line" requires explicit package name at ./webminlog-lib.pl line 95.
Global symbol "$line" requires explicit package name at ./webminlog-lib.pl line 96.
Global symbol "$line" requires explicit package name at ./webminlog-lib.pl line 99.
Global symbol "$line" requires explicit package name at ./webminlog-lib.pl line 100.
Compilation failed in require at /usr/share/webmin/webminlog/index.cgi line 7.
Status: 
Active

Comments

Which Webmin version are you running there?

Ok .. and on which Linux distribution and version?

Debian squeeze -- i didn't put that in because i figured this was a global issue.

Looks like this only happens on some perl versions - but I found the cause, and will include a fix in the next Webmin package release.

The quick work-around is to edit /usr/share/webmin/webminlog/webminlog-lib.pl and change line 95 to :

my ($line) = @_;