my $sentence = shift; #### >perl myprogram i amd testing this. #### >perl myprogram "i amd testing this." #### my $sentence = join " ",@ARGV;
## >perl myprogram i amd testing this. ##
## >perl myprogram "i amd testing this." ##
## my $sentence = join " ",@ARGV;