Mistakes Mistakes Didn't use the '-w' flag on command line. Didn't 'use strict'. Correct version #!/usr/bin/perl -w use strict; print "Hello, World!\n";