Help for this page
my $result = print "hello world\n";
my $var="Some Text"; my $result = sprintf "$var hello world "; print "$result\n";