Hi all, I try to write a perl script (just try for the moment) and my help is the PDB browser, but in the sample script, I see a lot of OO method with less argument than the procedural method ex : $img->gimp_file_save(NON_INTERACTIVE,"$imgname","$imgname"); but : gimp_file_save(RUN_NONINTERACTIVE,$img,$lay,"$$imgname","$imgname"); I can see the procedural method in the PDB browser, but how know the parameter for the OO method ? Thank's Axel R.
- Re: Perl and OO ? Axel Rousseau
- Re: Perl and OO ? Marc Lehmann