Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more
123456789 # Copyright (c) 2024 Yuki Kimoto# MIT Licenseclass Net::SSLeay::Callback::PemPassword : interface_t { use Net::SSLeay; required method : int ($buf : mutable string, $size : int, $rwflag : int); }
# Copyright (c) 2024 Yuki Kimoto
# MIT License
class Net::SSLeay::Callback::PemPassword : interface_t {
use Net::SSLeay;
required method : int ($buf : mutable string, $size : int, $rwflag : int);
}