Help for this page

Select Code to Download


  1. or download this
    my $result = print "hello world\n";
    
  2. or download this
    my $var="Some Text";
    my $result = sprintf "$var hello world ";
    print "$result\n";