in reply to RFC: URI::SearchTerms

Should I make use of CGI::Simple/CGI for the query string parsing? Or should I just pull the relevant code from the module and plop it into my own?

If all the searchengines your Module can work with use the default ?aap=blaat&boat=bloat way of encoding the URL's, you should use the CGI module as a module. The advantage is that when someune fixes a bug in CGI.pm, you don't need to manually fix that bug in your module too.

Replies are listed 'Best First'.
Re: Re: RFC: URI::SearchTerms
by PodMaster (Abbot) on Oct 12, 2003 at 11:57 UTC
    If he sticks to URI.pm, he doesn't have to worry about bugs in CGI.pm ;)

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.