sawoy has asked for the wisdom of the Perl Monks concerning the following question:
but this check doesn't work if i use perl script like:if ( av_len(PL_rsfp_filters) > 1 ) { warn("too many filters\n"); }
av_len(PL_rsfp_filters) is equal to 1 in this case!#!/usr/bin/perl use myfilter; use otherfilter; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PL_rsfp_filters - what does it contain ?
by Anno (Deacon) on Mar 16, 2007 at 12:31 UTC | |
by sawoy (Initiate) on Mar 16, 2007 at 16:42 UTC | |
by Anno (Deacon) on Mar 17, 2007 at 15:08 UTC |