<?xml version="1.0" encoding="windows-1252"?>
<node id="1007314" title="(Text::PDF::FlateDecode) (again,)" created="2012-12-05 11:12:36" updated="2012-12-05 11:12:36">
<type id="115">
perlquestion</type>
<author id="923173">
dunnyman</author>
<data>
<field name="doctext">
&lt;p&gt;This is my problem:&lt;/p&gt;
&lt;code&gt;
Failed to open filter FlateDecode (Text::PDF::FlateDecode)&lt;/code&gt;
&lt;p&gt;
This is my @INC 
&lt;/p&gt;
&lt;code&gt;
/applications/dstio/bin/perl_modules/lib/site_perl/5.8.2/aix-thread-multi&lt;br&gt;
/applications/dstio/bin/perl_modules/lib/site_perl/5.8.2&lt;br&gt;
/usr/opt/perl5/lib/5.8.2/aix-thread-multi&lt;br&gt;
/usr/opt/perl5/lib/5.8.2&lt;br&gt;
/usr/opt/perl5/lib/site_perl/5.8.2/aix-thread-multi&lt;br&gt;
/usr/opt/perl5/lib/site_perl/5.8.2&lt;br&gt;
/usr/opt/perl5/lib/site_perl&lt;br&gt;
&lt;/code&gt;
&lt;p&gt;The code fragment is:&lt;p&gt;
&lt;code&gt;
 my $filt = eval {
         require Text::PDF::Filter;
         my $pkg = "Text::PDF::$filtername";
         $pkg-&gt;new;
      };
&lt;/code&gt;
&lt;p&gt;
the Text::PDF and CAM::PDF are installed under the second path, but PERL doesn't seem able to find the filtername ... which does exist.
&lt;/p&gt;
&lt;p&gt;
Help! The Text::PDF::Filter module contains the Text::PDF::FlateDecode module, but nothing I do seems to invoke the beast. How do I know what paths are being used? How do I get it to work?
&lt;/p&gt;</field>
</data>
</node>
