Perl¶
Introduction¶
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Being released in 1987, it has a long history. The langue has been used for almost any purpose. On Uberspace it is mainly used for scripting and web applications.
Versions¶
We only provide the version available in CentOS 7.
Update Policy¶
Perl is updated alongside the rest of CentOS 7 reglarily.
Branch |
State |
Security Support Until |
---|---|---|
5 |
Bug fixes |
January 2024 |
Connection to webserver¶
In order to make your application accessable from the outside, you need to connect it to the webserver, using a web backend.
Please note that your application must listen on the IP 0.0.0.0
. You can choose any port
between 1024 and 65535.