Running perl (CGI) on a website

Is it possible to have a Perl CGI page on glitch? I tried opening mine and it downloaded instead of opening.

I searched for the project but couldn’t find it.
Glitch’s server had Apache and Perl, so I thought I could run Perl CGI.
And I remixed LAMP PoC and did the work. Yes, you can!

Perl files need execute permission as well as file creation. At the console:

chmod +x SOURCE.cgi

I tried that and refreshed the console and project and it didn’t seem to run.