搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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.