5 lines
91 B
Perl
5 lines
91 B
Perl
#!C:\Perl\Bin\
|
|
|
|
$something = "comfort";
|
|
print "This chair is very ${something}able\n";
|