Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $str1, "\n";
    print $str2, "\n";
    print $str3, "\n";
    
  2. or download this
    my ($str1, $str2, $str3) = map {"string" . $_} @_;