The most important thing you can show them is how to access the documentation, and how to find it (perldoc perltoc
, perldoc -q $keyword
, perldoc -f $function
etc).
Perl comes with great documentation, including reference and tutorial-style material. Making that accessible to the newcomer is the most effective thing you can do for them.