Hello,

I'm having difficulties understanding how the -I parameter works. It
seems that works fine (I had problems when loading a .pm, but after
writing the correct -I, it worked), but, inside the perl program I
have the following:

 for my $inc_path ( @INC ) {
        my $cur_path = "$inc_path/SWISH/Filters";
                
        next unless opendir( DIR, $cur_path );
        ...


The problem is that in @INC now I don't have the value I passed using
-I.

Any ideas?

Thank you very much,

Greg.

Reply via email to