Downloading and Installing Perl in 2021
Apr 27, 2021 by Mark Gardner
How to download and install Perl on Windows, macOS, and Linux
![]() |
VOOZH | about |
Apr 27, 2021 by Mark Gardner
How to download and install Perl on Windows, macOS, and Linux
Oct 11, 2013 by David Farrell
Cron is a job scheduling program available on UNIX-like platforms. Most system commands can be scheduled including the execution of Perl programs. Once a job is setup, cron will run it as scheduled even if the user is not logged in, which can be a great way to automate sysadmin tasks or repetitive jobs. This article describes how to run Perl scripts with cron.
Aug 18, 2013 by David Farrell
We show you how to listen for signals and handle them gracefully
Aug 10, 2013 by David Farrell
This is a simple trick for conveniently running local Perl as a root user on UNIX-based systems.
Apr 10, 2013 by David Farrell
When Perl is executing a program, it maintains the user id of the process owner in a global variable ($<). When a Perl program is executed by root or a user with root privileges (e.g. using the sudo command), the user id variable is always set to zero. This can be checked at the command line:
Jun 3, 1998 by perldotcom
New MacPerl CD-ROM Available Rich Morin (rdm@cfcl.com) of Prime Time Freeware has produced the MacPerl CD-ROM, a distribution of the Perl for the Macintosh along with other Mac tools and documentation. I asked him about the MacPerl community andβ¦
To get in touch, submit an issue to perladvent/perldotcom on GitHub.
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Perl.com and the authors make no representations with respect to the accuracy or completeness of the contents of all work on this website and specifically disclaim all warranties, including without limitation warranties of fitness for a particular purpose. The information published on this website may not be suitable for every situation. All work on this website is provided with the understanding that Perl.com and the authors are not engaged in rendering professional services. Neither Perl.com nor the authors shall be liable for damages arising herefrom.