![]() |
|
more useful options | |
PerlMonks |
Re^7: global varby poj (Abbot) |
on Apr 08, 2017 at 12:45 UTC ( #1187469=note: print w/replies, xml ) | Need Help?? |
$userid_1 = $manageusers::LoggedON_user_id;
Is that really line 66 of the cgi ? to work it needs to be $userid_1 = $manageusers::LoggedOn_user_id;to match the name in manageusers.pm Update : Try this simplest of test script alongside update_tables-development.cgi with your existing manageuser module. 1) Change the #!/usr/bin/perl line to whatever you use for your other cgi scripts. 2) Make sure the permissions are executable by the webserver. 3) Check the line endings are UNIX format (if that's what they need to be) poj
In Section
Seekers of Perl Wisdom
|
|