I'm getting an Apache "500 Internal Server Error" even after installing Perl. Running the file from the terminal works fine (perl hello.pl
).
Perl Mod setup with Apache everything is configured correctly (chmod the file etc).
#!/usr/bin/perl
print("Hello, World!\n");
I am still getting a 500 server error
.