Install the Atom package Atom Runner.
Once you have Atom Runner installed you have two choices for running Perl scripts.
First Option: Using the shebang line
Second Option: Editing the Atom config file
Open the config.cson file
and insert
runner:
extensions:
pl: "perl"
Top comments (0)