http://qs1969.pair.com?node_id=1187924


in reply to basic login

any idea how i can make it to not log me out

You want a session. See CGI::Session and CGI::Session::Tutorial.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^2: basic login
by bigup401 (Pilgrim) on Apr 14, 2017 at 13:30 UTC

    apart from CGI::Session. any alternative coz i already tried cgi session and works bt any other alternative

      any alternative coz i already tried cgi session and works bt any other alternative

      coz? ah, because. Why? what's wrong with CGI::Session? what doesn't work for you? CPAN Search is open for you, too; look there.

      Of course, you could also roll your own. CGI::Session should get you started.

      perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'