Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个 perl cgi 脚本来接收使用 http put 方法发送的二进制文件。该脚本将读取文件的二进制内容并将其存储在文件夹中。
有人可以分享代码吗?
谢谢。
CGI模块可以处理这个问题。
my $data = $cgi->param('PUTDATA');