Exercise: Hello World - video
First exercise - checking your environment.
Try your environment:
- Make sure you have access to the right version of Perl (5.8.x) or newer
- Check you can read the documentation. (perldoc)
- Check if you have a good editor with syntax highlighting
- Write a simple script that prints Hello world
- Add comments to your code
- Add user documentation to your code
Published on 2015-02-09
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post