Guest User

Untitled

a guest
May 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/usr/bin/perl -w
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. print "Names of everyone in your family: ";
  7. my @names = <STDIN>;
  8. my @sortednames = sort(@names);
  9. my $count = @sortedname;
  10.  
  11. for ( $i=0; $i <= $count; $i++ ) {
Add Comment
Please, Sign In to add comment