in reply to running a Perl extension not in the perl bin

TMTOWTDI

use lib '/my/webspace/perl_modules'; use Image::IPTCInfo;

--
bm

Replies are listed 'Best First'.
Re: Re: running a Perl extension not in the perl bin
by Anonymous Monk on Aug 14, 2003 at 11:07 UTC
    perfecto!

    work like a charm

    thanks!