Hello!
I've made a simple login page in perl/cgi (CGI and CGI:Session), and I have a file which I'd like to reach only from authenticated users.
My problem is that I can't reach $cgi variable and the $session variable from the 2nd file, which I'd like to restrict.
I'm not using any packages yet.
Thanks for any help!
I've made a simple login page in perl/cgi (CGI and CGI:Session), and I have a file which I'd like to reach only from authenticated users.
My problem is that I can't reach $cgi variable and the $session variable from the 2nd file, which I'd like to restrict.
I'm not using any packages yet.
Thanks for any help!