Hi: New here. Code: use CGI::Switch; and
Main(); sub Main { my $action = $query->param('action'); switch { warn("manage_users.cgi line 54 '$action'"); #Request from User for Login Form ($action eq "GetLoginForm") && do { manageusers::OpenConnection();
Debugger fails: Can't call method switch without a package or object reference. Verified Switch.pm is in path and it does not fail on use CGI::Switch; Thanks and best regards
In reply to Switch.pm Failure by tultalk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |