Help for this page

Select Code to Download


  1. or download this
    my $has_unprintable_re = qr{ [^[:print:]] }x;
    
    ...
        LogMess( 'Error: Binary input data detected', 1 );
        return -1;
    }