in reply to Call CGI Scr.ipt via FTP

Actually this is not perl related at all. I will find different forum to post these questions. Sorry. Lost my mind

Replies are listed 'Best First'.
Re^2: Call CGI Scr.ipt via FTP
by kcott (Archbishop) on Aug 19, 2018 at 11:56 UTC

    G'day tultalk,

    "Actually this is not perl related at all."

    Well, the OP contains "... AddHandler cgi-script .cgi .pl ...", so perhaps some relationship, albeit highly tenuous, exists. Please mark your OP as OT.

    Also, please do not post code, data, and the like, as paragraph text: wrap it in <code>...</code>. For example, consider the improved readability if you had used something like:

    AddHandler cgi-script .cgi .pl Options +ExecCGI

    instead of that just appearing embedded in the text: "... using FTP .htaccess AddHandler cgi-script .cgi .pl Options +ExecCGI Secondary ..." [sic].

    — Ken