in reply to Perl CGI multiple buttons

If you wan't to load another page, you have to use javascript (ajax)

so you need to know about DOM (html) and ajax(javascript+http)

These might help
http://search.cpan.org/dist/CGI-Ajax/MANIFEST
http://www.cgi-app.org/index.cgi?AjaxInfo
Using Ajax from Perl - Perl.com
http://stackoverflow.com/questions/6176341/ajax-applications-with-perl-backend-how-to
Using JQuery and AJAX in Mojolicious
Using JQuery and AJAX in Mojolicious
https://github.com/yko/mojolicious-example-ajax
on trying to debug javascript through perlmonks
Firebug
http://api.jquery.com/
learn about the internet,Web Programming: For Beginners, to get an overall picture of how the internet works, how tcp/ip, sockets, html, ajax, all fit together.
An AJAX CRUD Interface with Catalyst and jQuery
http://thedailywtf.com/Articles/Ajax-in-the-Underworld.aspx

I really liked the video

  • Comment on Re: Perl CGI multiple buttons (http/ajax)

Replies are listed 'Best First'.
Re^2: Perl CGI multiple buttons (http/ajax)
by ckant8 (Acolyte) on Feb 25, 2013 at 17:06 UTC
    Confused...

      Please be more specific, if you're generally confused there's not a lot we can do to help. If you have something specific that you don't understand then perhaps you need to do some research (as suggested) into the technologies/concepts involved. If you have something worth while to say please do so. Read and understand How do I post a question effectively? and PerlMonks for the Absolute Beginner.