#!/usr/bin/perl use strict; $a = "hi\n"; print $a; #### #!/usr/bin/perl use strict; $i = 5; print "The value is $i.\n";