in reply to multi tabbed CGI.pm form
You can't do that in Perl, as Perl runs on the server, not on the client. See for example jQuery UI tabs for how to (simply) do that using well-formed HTML and Javascript.