Solution: Hello World part 1 - video
The solution for the First exercise.
Make sure you have access to the right version of Perl (5.8.x) or newer.
$ perl -v
$ perl -V
$ perl -e "print 42"
$ perl -E "say 42"
Check you can read the documentation. (perldoc)
$ perldoc perl
Press SPACE for next page and ENTER for next line.
Press q to quit.
$ perldoc perlsyn
$ aptitude search perl-doc $ sudo aptitude install perl-doc
Check if you have a good editor with syntax highlighting.

Published on 2015-02-14
Comments
In the comments, please wrap your code snippets within <pre> </pre> tags and use spaces for indentation. comments powered by Disqus
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.