6 lines
93 B
Perl
6 lines
93 B
Perl
#!C:\perl\bin
|
|
|
|
$surname = "Smith";
|
|
$age = 30;
|
|
|
|
print "Mr $surname is $age years old \n"; |