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 <[email protected]>

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to