G'day Luca,

luca bianconi wrote:

*I'd be grateful for any suggestion*, *probably I'm wrong on how including
the module.

I have scant minutes, so apologies for the short reply. For a regular module, you should be able to add it with the -M switch. For example, to include the IPC::System::Simple module, try:

        pp -M IPC::System::Simple ...

I'm a little confused by Image/ExifTool/Writer having a .pl extension. So you may try:

        pp -M Image::ExifTool::Writer ...

but that may not work.  You *may* get away with just the -a switch:

        pp -a Image/ExifTool/Writer.pl ...

In all the examples above, replace '...' with the rest of the switches you'd normally use to build your par/pl/exe.

None of these may work, I haven't tested them, and I'm not familiar with ExifTool. ;( But they are easy to try. ;)

Cheerio,

        Paul

--
Paul Fenwick <[EMAIL PROTECTED]> | http://perltraining.com.au/
Director of Training                   | Ph:  +61 3 9354 6001
Perl Training Australia                | Fax: +61 3 9354 2681

Reply via email to