moshkod has asked for the wisdom of the Perl Monks concerning the following question:

I am using use CGI qw/-oldstyle_urls/; and I find that it behaves in a very inconsistent way some time it uses ; as a delimiter and some time it uses & as a delimiter. I am also using mod_perl. does any one have any idea what's going on?
  • Comment on CGI qw/-oldstyle_urls/; does not work consistently

Replies are listed 'Best First'.
Re: CGI qw/-oldstyle_urls/; does not work consistently
by davorg (Chancellor) on Sep 28, 2006 at 11:26 UTC

    Without seeing any code, we can only guess - which would be a waste of both our time and yours.

    Please post a short program (10 - 20 lines) that demonstrates the problem that you are seeing.

    --
    <http://dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg