#Date: 2023-04-11
#License: GPL 2.0
use strict;
use warnings;
my $str_one ="Hello";
my $str_two ="world";
print $str_one." ".$str_two;
#Date: 2023-04-11
#License: GPL 2.0
use strict;
use warnings;
my $str_one ="Hello";
my $str_two ="world";
print $str_one." ".$str_two;