sub getString { my ($a,$b) = $@_; return "$a$b"; # OR return $a.$b; } #usage... my ($str1, $str2); my $returnstring = &getString($str1,$str2);
In reply to Re: sub functions, and strings
by nedals
in thread sub functions, and strings
by bdawg613
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |