[cgiapp] Making the query string delimiter & instead of ;
Jaldhar H. Vyas
jaldhar at braincells.com
Tue Mar 10 07:55:06 EDT 2009
In order to acheive this I should do this in my subclass right?
sub cgiapp_get_query {
my ($self) = @_;
# Include CGI.pm and related modules
require CGI;
CGI->import(qw/ -oldstyle_urls /);
# Get the query object
my $q = CGI->new;
return $q;
}
But calling $query->self_url steadfastly gives me ; in my query strings.
What gives?
--
Jaldhar H. Vyas <jaldhar at braincells.com>
More information about the cgiapp
mailing list