当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

I'd like to execute a Perl script locally with an input from Firefox.

  • 1 件の返信
  • 1 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

I have Perl loaded locally on my computer. I've written several scripts that I’d like to be able to execute from a Firefox web-page with at least one input parameter. I currently execute these scripts from a command line. → perl example.cgi input1 I can use any extension if CGI creates a conflict. thank you.

I have Perl loaded locally on my computer. I've written several scripts that I’d like to be able to execute from a Firefox web-page with at least one input parameter. I currently execute these scripts from a command line. → perl example.cgi input1 I can use any extension if CGI creates a conflict. thank you.

すべての返信 (1)

more options

Firefox can't process CGI files. You need to use server software to process such code and access the files via localhost.

Try to ask advice at the Stack Overflow forum site.