#!/usr/local/bin/perl use strict; use warnings; my $var = "kate"; print "hello$var san\n";