Help for this page

Select Code to Download


  1. or download this
    # from
     my $max_fd = POSIX::sysconf( POSIX::_SC_OPEN_MAX  ) || 256;
    
    # to
        my $max_fd = POSIX::sysconf( POSIX::_SC_OPEN_MAX()  ) || 256;
    
  2. or download this
    protocol error: expected DECRYPTION_OKAY got PLAINTEXT:
    
  3. or download this
    # from
    #    $self->abort_gnupg( "protocol error: expected DECRYPTION_OKAY got
    + $cmd: \n" ) 
    ...
        $self->abort_gnupg( "protocol error: expected PLAINTEXT got $cmd: 
    +\n" )
          unless $cmd =~ /PLAINTEXT/;