http://www.perlmonks.org?node_id=726856


in reply to Re: Create FireFox search plugin for arbitrary web site
in thread Create FireFox search plugin for arbitrary web site

Yes, there is. The best way is to make a personal wrapper for the script:

linux:

#!/bin/sh perl mksp.pl $1 $2 > ~/.mozilla/firefox/YOURPROFILE/searchplugins/$1.x +ml

windows:

REM windows batch file perl mksp.pl %1 %2 > PATH\TO\YOUR\PROFILE\searchplugins\%1.xml