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.
http put メソッドを使用して送信されたバイナリ ファイルを受信するための perl cgi スクリプトを作成したいと考えています。スクリプトは、ファイルのバイナリ コンテンツを読み取り、フォルダーに保存します。
誰かがコードを共有できますか?
ありがとう。
CGIモジュールはそれを処理できます。
my $data = $cgi->param('PUTDATA');