Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 1 resposta
  • 1 tem este problema
  • 1 exibição
  • Última resposta de 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.

Todas as respostas (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.