How to Perform Search on windows based Bugzilla..

Joel Peshkin bugreport at peshkin.net
Tue Feb 10 00:41:46 UTC 2004


Gazi wrote:

>Hi,
>
>I was wondering if some one has tried to perform a search opertaion (like search for all bug reports matching the specified summary Text etc..) on Bugzilla 2.16 through perl script programmitically. I would be pleased if any of you can send information or a piece of code to perform this kind of operation on a Windows machine.
>
>Thanks in advance.
>
>with rgds,
>gazip.
>-
>
>  
>
This belongs in the netscape.public.mozilla.webtools newsgroup. I am
copying it there.

You can do this using LWP or spawn wget (See the mozbot source for the
Buzilla.bm module for an example) or using DBD::MySql to query the
tables directly. I'd suggest the LWP approach.







More information about the developers mailing list