Hi, I have a question on how to test my perl scripts. I am now using Gimp 1.2.3 by the way. So I wrote a script and I called it whatever.pl I made it executable by chmod a+x whatever.pl Then I try to run it by entering Gimp, and starting the Perl Server by going to Xtns->Perl->Server Nothing seems to come up at all, so I went ahead and typed ./whatever.pl Thing is, I did not save the pl file to the usr/lib/gimp/1.2/plug-ins directory. Is that gonna affect anything? Can someone tell me an easy way to test my scripts without registering a script? Or do I need to register it because my script deals directly on an image? Kenny