$m import problems after install

Anyone know where or why $m is not imported?

Error message:

Starting httpd: Variable “$m” is not imported at
/data/www/support.systemsaligned.com/bin/webmux.pl line 94.
[Thu Jun 27 21:18:09 2002] [error] Global symbol “$m” requires explicit
package name at /data/www/support.systemsaligned.com/bin/webmux.pl line 94.
Compilation failed in require at (eval 6) line 1.

Syntax error on line 728 of /etc/httpd/conf/httpd.conf:
Global symbol “$m” requires explicit package name at
/data/www/support.systemsaligned.com/bin/webmux.pl line 94.
Compilation failed in require at (eval 6) line 1.

webmux.pl lines around 94:
sub CGIObject {
$m->cgi_object();
}