38,897
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 6: | Line 6: | ||
== Loading the Interpreter == | == Loading the Interpreter == | ||
The Perl language is made available on Compute Canada's servers using a module which you can load like any other, e.g. | The Perl language is made available on Compute Canada's servers using a module which you can load like any other, e.g. | ||
{{Command|module | {{Command|module spider perl}} | ||
to see which versions are installed and then | to see which versions are installed and then | ||
{{Command|module load perl/5. | {{Command|module load perl/5.30.2}} | ||
to load a particular version. | to load a particular version. | ||
Line 15: | Line 15: | ||
{{ | {{ | ||
Command | Command | ||
|module load gcc/ | |module load gcc/9.3.0 | ||
}} | }} | ||