in reply to Re^10: Missing module perl
in thread Missing module perl

I don't know. You have not told us what webserver you are using and what the exact situation is. Configuring a web server is not really the central focus of this website. If you are running Apache, I suggest reading the documentation at https://www.apache.org.

Replies are listed 'Best First'.
Re^12: Missing module perl
by ridwan (Initiate) on Aug 22, 2019 at 02:17 UTC

    Yes, i'm using Apache
    I've read the documentation

      "...using Apache...read the documentation..."

      Good. Even reading the documentation is a struggle for a lifetime. But didn't you notice that PM isn't about Apache? See also. Best regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

      perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help