Help for this page

Select Code to Download


  1. or download this
    # from Text/PDF/Filter.pm
    
    ...
        $self->{'infilt'} = Compress::Zlib::inflateInit();
        bless $self, $class;
    }
    
  2. or download this
    sub encodeOne  ## no critic(Subroutines::ProhibitExcessComplexity)
    {
    ...
             return 0;
          }
       (...)