#!/usr/bin/perl -w # # use strict; my $string = 'no semi-colon'; print $string,"\n";